Domain Model - LittleBo22/-CS690-finalproject GitHub Wiki

User Login

  1. user enters their user ID to log in
  2. directed to calendar

Calendar main screen

  1. Calendar is visible along with add, edit, delete and exit buttons for the user to select

Adding to the calendar

  1. Month
  2. day
  3. title
  4. description information
  5. Public or private
  6. submit and save

Deleting from the calendar

  1. list of items the user has created
  2. select item
  3. select the delete button
  4. system removes and saves the change

Editing the calendar

  1. list of items the user has created
  2. select item
  3. edit content
  4. submit and save

CS690 - Domain model