AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

config layout re-design & impl of action controller in config & wheel… #162

Closed hosseinzoda closed 5 years ago

hosseinzoda commented 5 years ago

… mode impl +bugfix #160 #121

In new design config is separated in four parts. In desktop mode layout has tabs on left side, By clicking on a section It's content will appear at center. In mobile mode section do appear like pages that user can navigate in and out of them by back button at top.

Config of keys that trigger actions have re-implemented to support modifying multiple keys that can trigger a specific action.

In wheel mode user can use the wheel on their mouse/[touch(Not tested)] to navigate in the tree. Wheel has two Axis each have two parameters. 1. Threshold, A number indicating how much wheel should move to perform a single action. 2. Reverse, Which can be used to reverse the action. For example instead of moving to next node it moves previous one.

willwade commented 5 years ago

Fab! One thing - the icon for the "Configure Actions" - Select item, Go back etc is currently three lines. What about using just arrows for these? So Select (Right arrow), Back (Left arrow), Next (Down arrow), Previous (Up arrow) ?

willwade commented 5 years ago

One thing I need to do is to test a) scroll functionality on iOS and b) test what happens when we move from current live version to this one - need to see if it will take the key actions across.. I'm assuming not

willwade commented 5 years ago

Might be something with Safari - but its not saving the key actions reliably: https://www.dropbox.com/s/zecmmz1p4v13dzj/KeySaveBug.mov?dl=0

hosseinzoda commented 5 years ago

Fab! One thing - the icon for the "Configure Actions" - Select item, Go back etc is currently three lines. What about using just arrows for these? So Select (Right arrow), Back (Left arrow), Next (Down arrow), Previous (Up arrow) ?

Right. That make sense.

hosseinzoda commented 5 years ago

One thing I need to do is to test a) scroll functionality on iOS and b) test what happens when we move from current live version to this one - need to see if it will take the key actions across.. I'm assuming not

A: I have to test it in iOS too. B: Yes. On update it will take registered keys from existing settings

hosseinzoda commented 5 years ago

I s

Might be something with Safari - but its not saving the key actions reliably: https://www.dropbox.com/s/zecmmz1p4v13dzj/KeySaveBug.mov?dl=0

This is probably a bug. I will fix it.

willwade commented 5 years ago

One tiny thing. The menu “Language” could be confused with locale in appearance. How about “Vocabulary” with a symbol like https://fontawesome.com/icons/comment-dots?style=regular ?

hosseinzoda commented 5 years ago

Fixed