Skip to content

Latest commit

 

History

History
97 lines (66 loc) · 3.21 KB

DeveloperGuide.md

File metadata and controls

97 lines (66 loc) · 3.21 KB

Developer Guide

Setting up

Prerequisites

  1. JDK 8 or later
  2. Eclipse IDE
  3. e(fx)clipse plugin for Eclipse (Do the steps 2 onwards given in this page)

Importing the project into Eclipse

  1. Fork this repo, and clone the fork to your computer
  2. Open Eclipse (Note: Ensure you have installed the e(fx)clipse plugin as given in the prerequisites above)
  3. Click File > Import
  4. Click General > Existing Projects into Workspace > Next
  5. Click Browse, then locate the project's directory
  6. Click Finish

Design

REPLACE DIAGRAM

Testing

  • In Eclipse, right-click on the test/java folder and choose Run as > JUnit Test

Appendix A : User Stories

Priorities: High (must have) - * * *, Medium (nice to have) - * *, Low (unlikely to have) - *

Priority As a ... I want to ... So that I can...
* * * new user see usage instructions refer to instructions when I forget how to use the App
* * * user add a new task
* * * user delete a task remove tasks that I no longer need
* * * user edit a task edit task that I enter wrongly
* * * user list all tasks list all the tasks that have created
* * * user find a task by name or tag locate details of the tasks without having to go through the entire list
* * * user complete a task complete the task and remove from the application
* * * user undo a command undo the previous command
* * user view a task able to view the complete details of the task
* * user redo a undo command able to redo a undo command
* user with many tasks in the application sort task by name/start date/end date/deadline locate a task easily
* user change theme of the application change to the user's favourite theme

Appendix B : Use Cases

(For all use cases below, the System is the AddressBook and the Actor is the user, unless specified otherwise)

Use case: Delete person

MSS

  1. User requests to list persons
  2. AddressBook shows a list of persons
  3. User requests to delete a specific person in the list
  4. AddressBook deletes the person
    Use case ends.

Extensions

2a. The list is empty

Use case ends

3a. The given index is invalid

3a1. AddressBook shows an error message
Use case resumes at step 2

Appendix C : Non Functional Requirements

  1. Should work on any mainstream OS as long as it has Java 8 or higher installed.
  2. Should be able to hold up to 1000 tasks.
  3. Should come with automated unit tests and open source code.
  4. Should favor DOS style commands over Unix-style commands.
  5. User-friendly interface

Appendix D : Glossary

Mainstream OS

Windows, Linux, Unix, OS-X

Private contact detail

A contact detail that is not meant to be shared with others