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 journal entry screen #2

Closed vuinguyen closed 5 years ago

vuinguyen commented 5 years ago

This will just have a bunch of stubs for the different sections at first.

The journal entry screen is meant to be the "Detail" screen of this app, with all the details of a single fishing trip, such as:

date, time, location, weather, pictures, etc.

vuinguyen commented 5 years ago

Includes all phases of CRUD, with just stubs: Create screen, read (display journal entry), update (edit journal entry), and delete (perhaps with an "are you sure" prompt before deleting the entry)

vuinguyen commented 5 years ago

probably not the place to add data persistence yet. This will come with the actual implementation of the individual journal entry sections.

vuinguyen commented 5 years ago

Got the edit screen stubbed out. Very simple right now: Simulator Screen Shot - iPhone 8 Plus - 2019-07-02 at 16 22 23

vuinguyen commented 5 years ago

It may be unrealistic to try to stub out the detail view of the journal entry right now, until we can get some portions of the edit screen implemented. So, I will call this issue closed for now.