mheffron / PlanIt

Barrett honors thesis application that allows user to create an event and receive reminders as event approaches.
0 stars 1 forks source link

Version 0.2 #2

Open mheffron opened 7 years ago

mheffron commented 7 years ago

By 11/4 - Creation of “Days” – a user will store their events in a given day, and each day can hold many events.

ndvaugha commented 7 years ago

In detail, the following must be completed for version .2:

Create a "Day" object which will hold a list of "events" made in version .1

For UI lists, I recommend referring to BigNerdRanch's guide (they have several chapters (I believe it's Chapters 8-9) on the subject).

Additionally in this section, we should add a "Date" Property on each event so we know which day they'll fall under.