tags not in alphabetical order

Open
#7 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, react-native
Domain
mobile

Research direction

Start by locating where the app defines and renders category tag lists, then inspect how the Alcohol list is ordered. Make every list alphabetical while keeping an “other” option last; the user-custom ordering idea is separate and optional. Verify the affected lists in the Android and iOS app.

Written by the indexing model from the issue text.

Description

enhancement

In some lists, the tags are not in alphabetical order, so if you are scrolling through the list just to see if a tag exists, you really have to scroll through the entire list.
For instance, under Alcohol, you will find:

  • Beer Cans,
  • Beer Bottles
  • Spirit Bottles
  • Whine Bottles
  • Broken Glass
  • ...

So is you found some broken glass and you don't know where to find it and you happen to choose 'Alcohol', you will not find it after Beer Bottles.

This strange order might be nice-to-have if you mostly find a specific item, then it would be nice to have it on top, but for other users, this is confusing.

So:
Make all lists in alphabetical order,
but beware:
always end with a 'other'-option as last option, not somewhere in between the list.

Maybe another nice-to-have:

  • let users create their own order (so start with alphabetical, but if a user always finds whine bottles, let it be possible to move it to first place.
Dominant language
JavaScript
Stars
9
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from OpenLitterMap/react-native

All issues in OpenLitterMap/react-native

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.