-
Notifications
You must be signed in to change notification settings - Fork 2
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
Search-as-you-type for activity comments #16
Comments
kaklakariada
added a commit
that referenced
this issue
Nov 25, 2020
kaklakariada
added a commit
that referenced
this issue
Nov 25, 2020
kaklakariada
added a commit
that referenced
this issue
Nov 28, 2020
kaklakariada
added a commit
that referenced
this issue
Nov 28, 2020
Search-as-you-type implemented also for day comments. When creating a new activity, the most used project from the last 2 months is selected. |
kaklakariada
added a commit
that referenced
this issue
Nov 29, 2020
kaklakariada
added a commit
that referenced
this issue
Dec 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
Often you find yourself repeating the same comments in activities over and over.
A search-as-you-type approach would be nice for these comments, where either a box with the best matches opens close to the cell where the text is entered or the closest match is added in grey letters behind the text you type.
To make sure that only relevant entries remain, and that the search is fast, the search should span only two months. Two months are long enough so that extended vacations don't completely empty the search cache and short enough to get rid of outdated entries.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: