-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags editing dialog: quick tags and filter by prefix #24
Comments
The simplest way is to make it contain only the most popular tags (the more resources a tag contains the more popular it is). Ideally, it also should contain the most recently used tags. We need to maintain stack of tags in Room for this. Quick-tags selector would contain several tags from both the most popular and the most recent, but totaling N tags, where N > K: take the most recent tags first (from 0 to K), fill the rest with the most popular tags (from N-K to N). |
See point 4 in #16 for definition of "recently used tags". |
Moving the most recently used tags into separate issue: #25 |
Follow-up: #26 |
Would be nice to add additional selector in tags editing dialog, used for putting tags into input field.
This new selector should be located under text input field and consist of the most frequent tags across the whole storage.
When a user types text into the field, quick tags must be filtered by prefix. This filter must be reset upon entering the tags separator (comma).
The text was updated successfully, but these errors were encountered: