Window titles in Window menu are hard to read
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
A customer complained about poor usability of the window menu, since the menu items are logically backwards, eg:
- Table – Database – Server
- Different Table – Other Database – Other Server
- Another Table – Database – Server
It would be a lot easier to parse if it was the other way round:
- Server – Database – Table
- Other Server – Other Database – Different Table
- Server – Database – Another Table
Maybe it should even have icons like the breadcrumb in the toolbar
Contributor guide
No contributing guide indexed for this repository
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 locating the implementation of the window menu, which is the only entry point identified by the issue. Compare its current item ordering with the examples in the report; the requested result is server, database, then table, with icons considered as an optional follow-up.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100