simra-project / simra-ios

Apache License 2.0
4 stars 6 forks source link

Usability Details in iOS App #45

Closed florianheller closed 2 years ago

florianheller commented 3 years ago

Hi, I want to propose some usability improvements for the iOS-App:

  1. Don't use the info button as touch-target to push the detail-view onto the UINavigationController, but make the entire cell clickable.
  2. Allow for batch-uploads. If I want to upload many trips at once, this is tedious.
  3. Divide the trips tableview in two sections: new and uploaded, that helps to keep an overview
  4. Avoid a modal popup as result of an upload, especially if the upload was successful. End-Users won't understand "Profile UploadSuccessfull HTTP:200". In case of success, just switch the label in the view.

Cheers,

Florian

ckrey commented 3 years ago

topic 1 is not possible because the entire cell touch is used to select a ride for upload topic 2 is possible and already implemented for #34 (feedback is not yet available) topic 3 can be done easily topic 4 is related to #20

ckrey commented 3 years ago

topic 3 - done

ckrey commented 3 years ago

topic 4 - done

ckrey commented 3 years ago

We may change the behaviour of the "Upload" button:

Today:

Requested Change:

@selphiron please decide

ckrey commented 3 years ago

Fahrtenliste: