Closed
Description
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.