View on GitHub

ip

Duke project

Developer Guide

Design & implementation

This product is an educational software project that helps user to keep track of various things.You can refer to online website.

Design

UML diagram

UML Diagram

Storage method: Storage.saveTaskFile()

Sequence Diagram

Product scope

Target user profile

The target user is a forgetful person who can keep tracking various things, know the deadline of each task and complete the task within the deadline.

Value proposition

Project Duke will help to solve to tracking and managing tasks. It will involve description of each task.

User Stories

Version As a … I want to … So that I can …
v3.0 new user see usage instructions refer to them when I forget how to use the application
v3.0 forgetful person create a task put in the task information
v3.0 forgetful person add date and time for deadline tasks remind myself and complete the task within the deadline
v3.0 forgetful person add date and time for event tasks remind myself and attend the task with specific date and time
v3.0 forgetful person add the description to the task know what is the task about
v3.0 forgetful person save my project in a txt file keep a record for reference
v3.0 forgetful person delete my project reduce the clutter
v3.0 forgetful person have a abbreviation and status of different types of task have a quick look for each types of tasks
v3.0 forgetful person show a total number of tasks remind myself and have a timeframe for tasks
v3.0 forgetful person know the same description of different tasks find a relevant task with relevant description
v3.0 forgetful person catch all input exceptions ensure is valid input in send
v3.0 forgetful person create done command to set a task to complete ensure task can update to be done
v3.0 forgetful person have a summary of the tasks summarize the tasks
v3.0 forgetful person exit the program end the program
v3.0 forgetful person fix all checkstyle errors inorder to pass the CI test

Non-Functional Requirements

Glossary

Instructions for manual testing

Start the program