vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Flesh out CRUD flow for a Journal Entry #17

Closed vuinguyen closed 5 years ago

vuinguyen commented 5 years ago

Use dummy data for now. I think we want to use the iOS Contacts app as an example of how / where we want to place the controls for the add, edit, and delete functions.

vuinguyen commented 5 years ago

I'm realizing now that it would make my life easier if I were to flesh out the app flow for the screens first (even if I'm using dummy data) before I get too far in figuring out how to persist and manage that data!

vuinguyen commented 5 years ago

Screenshots for the app flow so far (all dummy data for now): Main Screen:

Simulator Screen Shot - iPhone 8 Plus - 2019-07-09 at 17 44 52

After you hit the "+" button you get this screen (the add journal entry screen): Simulator Screen Shot - iPhone 8 Plus - 2019-07-09 at 17 45 10

Clicking on a row from the main screen gives you the Detail screen:

Simulator Screen Shot - iPhone 8 Plus - 2019-07-09 at 17 45 19

From here, when you click on the "Edit" button, that takes you to the Journal Editing screen, which looks similar to the add journal entry screen, except there is a Delete option at the bottom:

Simulator Screen Shot - iPhone 8 Plus - 2019-07-09 at 17 45 26

Clicking on the Delete button at the bottom gives you that action sheet shown here:

Simulator Screen Shot - iPhone 8 Plus - 2019-07-09 at 17 45 32

vuinguyen commented 5 years ago

This is probably good enough to start fleshing out the app flow. I think the next step now would be to try to create / save some data, so I will call this issue closed.