bank-green/bankgreen-django

DataSource Admin Panel & Brand Suggestions

Closed this issue · 3 comments

  • Data source fields should not be editable by the user, except for associated brand and a comments section
  • Data sources should suggest brands they might wish to be associated with. (This is possible using a levenshtein distance)
  • There should be a button allowing the creation of a new brand from a datasource

Done. You can see it on website
You can change the Levenshtein distance on datasource/constants/lev_distance

I'm requesting changes on this:

  • Suggested brands shouldn't include themselves.
  • Only brands should be suggested, not other data sources