Domain Model - LittleBo22/-CS690-finalproject GitHub Wiki
User Login
- user enters their user ID to log in
- directed to calendar
Calendar main screen
- Calendar is visible along with add, edit, delete and exit buttons for the user to select
Adding to the calendar
- Month
- day
- title
- description information
- Public or private
- submit and save
Deleting from the calendar
- list of items the user has created
- select item
- select the delete button
- system removes and saves the change
Editing the calendar
- list of items the user has created
- select item
- edit content
- submit and save