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.3 #3

Open mheffron opened 7 years ago

mheffron commented 7 years ago

By 11/18 - Users will be able to input their events on specific days of the week. A week will contain 7 days which can each hold many events.

ndvaugha commented 7 years ago

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

Create a "Week" object which will hold a list of (7) "Days" made in version .2.

This will also be UI lists, so once again I recommend referring to BigNerdRanch's guide (they have several chapters (I believe it's Chapters 8-9) on the subject).

We'll need to start thinking of how we can make the days/weeks into a calendar year, and do some research on what Apple offers as far as a calendar functionality.