parse-community / parse-community/parse-dashboard
Improve filer dialog auto-complete usability
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
https://github.com/parse-community/parse-dashboard/pull/2463 introduced auto-complete in the filter dialog. However, it's usability should be improved. When opening the filter dialog, a key is pre-selected and needs to be manually deleted for the whole key list to become visible. This can be more time consuming than before the auto-complete feature was added.
Feature / Enhancement Description
Behavior when opening empty filter dialog (without any filter set), and when clicking on the "Add" button to add a new filter condition:
- Auto-focus on key text field
- Do not pre-select any field, i.e. the key text field should be empty and the whole key list should be visible
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing pull request #2463 and the filter dialog's autocomplete implementation. Reproduce opening an empty filter dialog and clicking "Add" to compare the current focus and key-selection behavior. Done means the key field is focused, empty, and shows the full key list in both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100