tags not in alphabetical order

オープン
#7 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript, react-native
領域
mobile

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.
主要言語
JavaScript
スター
9
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

OpenLitterMap/react-native のほかの issue

OpenLitterMap/react-native の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。