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

Create main screen #1

Closed vuinguyen closed 5 years ago

vuinguyen commented 5 years ago

Displays a list of past fishing trips.

Tapping an existing trip in the list will take you to the detail screen

The list should have an add button that takes you to a new screen to create and add a new fishing trip.

vuinguyen commented 5 years ago

The list should be sorted in order from most recent at the top down - this should be a separate issue

vuinguyen commented 5 years ago

Bonus: option to also sort the fishing trips / journal entries by place - this has also been created as a separate issue

vuinguyen commented 5 years ago

I created a HelloWorld of sorts for the main screen, where clicking on a row takes you to the Journal Entry screen and clicking on the + sign takes you to the Journal Editor screen. Simulator Screen Shot - iPhone 8 Plus - 2019-06-27 at 17 28 07

This will eventually become the Journal Entry screen:

Simulator Screen Shot - iPhone 8 Plus - 2019-06-27 at 17 31 07

This will eventually become the Journal Editor screen:

Simulator Screen Shot - iPhone 8 Plus - 2019-06-27 at 17 30 36

This is good enough to start the main screen. Eventually, I will flesh out the main screen some more as I continue to work on the other issues. Will close this issue for now.