OpenLitterMap / OpenLitterMap/openlittermap-web
Looking for tags too difficult because they are not in alphabetical order
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 134
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Tagging a lot of pictures and it is clear that looking for the necessary tags is very time-consuming because the tags are not in alphabetical order:
Solution:
Set the entire list in alphabetical order.
But beware,
this would become hard to work with if 'wine bottle' and 'beer bottle' are not close together so:
Set the most important word first,
For instance:
Bottle (Beer)
Bottle (Spirit)
Bottle (Wine)
Can (Beer)
Packaging (Paper)
Packaging (Plastic)
etc.
(This same issue could be reported for the app!)
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
No file or test is named. Start by locating the tag-list entry point in the openlittermap-web app and inspect how tags are currently presented. Done means the list is ordered by the primary word, with related variants grouped together, and the result is usable when tagging many pictures.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100