OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
23 stars 22 forks source link

Multichoice fields violate implicit ordering of multiselect fields #250

Open steventlamb opened 8 years ago

steventlamb commented 8 years ago

When a user adds a multiselect field, they add choices in order. This order is preserved throughout the app and not editable. This is not ideal and is discussed here: https://github.com/OpenTreeMap/otm-core/issues/2480

The android UI violates this preservation by allowing the user to modify the order in which choices are included in the field.

For example, If I add field choicez with choices 'A', 'B', 'C', the webapp will allow values: ABC AB AC A BC B C

the android all will allow unordered values, for example: BAC