Skip to content

/series/add: prediction of the category and country #517

Closed
@php-coder

Description

@php-coder

To simplify choosing of category/country we can try to guess these values by using simple algorithms:

  • most (or all) series in user's collection are in category X => probably he is adding another series in the same category
  • the last (one, two...) series that this user added, were in category Y => probably he is going to add more series in this category

I think that we can implement it as a link near the fields. For example, we can add a link "Use latest category" or "Try to guess..." and when user is clicking on it, JS code can send request to a server, load the possible category/country and update field accordingly.

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions