OpenTails / CRUMPET-Android

The Brains For Your Tail Company Gear!
GNU General Public License v3.0
31 stars 7 forks source link

Make Move References Consistent throughout App #131

Open darkgrue opened 2 years ago

darkgrue commented 2 years ago

Currently move references are different between the app Move List interface, and the Gear Gestures. The Move List uses the long, descriptive names (e.g. "Fast Wag"); however, the Gear Gestures use the short terminal command names (e.g. "TAIILFA"). For consistency/clarity, commands should be named consistently throughout the app UI.

MasterTailer commented 2 years ago

Agreed, and we should go full human I think, like "Fast Wag"

MasterTailer commented 2 years ago

Actually Ive just had a play - it uses the full names to select the moves in gestures, it just "reveals" the underlying codename once selected (sitting in the grey box) - it would be nice to show the human name, but perhaps some might like to know the underlying command?

darkgrue commented 2 years ago

Actually Ive just had a play - it uses the full names to select the moves in gestures, it just "reveals" the underlying codename once selected (sitting in the grey box) - it would be nice to show the human name, but perhaps some might like to know the underlying command?

That would be in the Wiki in the document covering the tail protocol which does match the terminal command names to the long descriptive names (unless I goofed somewhere). I don't know that end users would need to know that info otherwise (if they weren't using the terminal line). Changing the labels from the time they're selected to display is probably a bad UI pattern tho.