Skip to content

Rethink autocomplete #50

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

Open
marek-saji opened this issue Oct 10, 2023 · 0 comments
Open

Rethink autocomplete #50

marek-saji opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@marek-saji
Copy link
Collaborator

marek-saji commented Oct 10, 2023

“Task” autocomplete is currently implemented with datalist. It has its limitations by matching only start of the string.

Idea

  • When “Task” is focused, hide “Project” input.
  • Typing shows suggestions as a list below — Task+Project
  • Matches not only “Task”, but also “Project”.
    • If match was found in “Project” alone, will leave “Task” empty.
  • “Project” works similarly — not select, not datalist, but an input with suggestions.
  • Esc restores current task

  • Don’t forget about accessibility, e.g. think about focus and and should switch between suggestions
  • When current task timer is very slow — instead of starting new task — change current one
@marek-saji marek-saji self-assigned this Oct 10, 2023
@marek-saji marek-saji added the enhancement New feature or request label Oct 10, 2023
@marek-saji marek-saji added this to the v3.0 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant