CPLamb / RouteTracker

A mapping app for distributing goods linked to Google sheets
0 stars 0 forks source link

Rework & finalize SetupView #131

Open CPLamb opened 8 years ago

CPLamb commented 8 years ago

I will provide a separate wireframe of the setup view to include, in approximate order downward

  1. Name of currently loaded file
  2. Name of current route filter selected (ALL if unfiltered)
  3. indented statistics including Total stops, copies, bundles & return
  4. Downloaded Files: pickerview of files (DONE already) -- can we shrink text to fit long filenames?
  5. Route: pickerView to select a single route (or ALL for non filtered)
  6. Map: select different map types (DONE already)
  7. Google Cloud: Upload to Google Button (DONE already)
  8. eMail Recipients: textField to enter email recipients for the Google upload email Please have 2 emails available.
  9. copies / box or bundle number used to calculate bundles from total copies

I'll make wireframe & then connect to code where I can

new functions est mnhrs = 5

liangdev commented 8 years ago

@CPLamb , i will send a PR soon for the rest stuff. should be done. lets review it together in tomorrow's meeting

liangdev commented 8 years ago

. follow the exact order here listed by Chris . add an extra email text box because we need two email fields.

liangdev commented 8 years ago

. route selected picker view: show the list of unique routes (drive column) of the selected file. show the "ALL" in the picker view if the driver did a search on the list table view. if the driver selected a route on the setup view, we need to clear the search string & results on the list table view. the home view controller always need to in sync with the last action of either search or picker view route selection.

CPLamb commented 8 years ago

Sunday Testing; 1) Route Selected pickerView displays Name field. It should be the Driver field 2) The 2 email addresses are not linked to the actual email method. The email sent still has the default addresses 3) Also the email address textFields should show their current values 4) copies/bundle value works on setup view (yay!) but NOT on the Main View (Nay??) 5) Editting seems broken?!?! If you edit a detail screen, you do NOT see the change when you go back to the detail screen. 6)