User Documentation - LittleBo22/-CS690-finalproject GitHub Wiki

This document is to show how to run and use a running application.

Run the application

  • You can follow the steps in the deployment document to run it in your local computer.

Usage

  • You will be asked to enter a userID
    • use the first two letters of your first and last name + a number
  • If a calendar already exists items will be loaded for the user to work with. If not, one will be created once the calendar is saved
  • The user will be asked to select from a list of options
  • User can select an option by toggling up & down and pressing enter
    • Adding will ask the user to enter date, title, description
    • Delete presents the entries itemized and askes the user to select the number associated with the entry to delete
    • Edit presents the entries similar to delete and then cycles through each part of the entry allowing the user to edit it
    • Display will show the user what they have in columns
    • Save will save changes made
  • User will continue to be asked what they want to do until they choose to exit