Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user stories to README #54

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)

### User stories
| No. | As a... | I can... | So that I can... |
|-----|-------------------|---------------------------------------|---------------------------------------------------------------------------|
| 1 | Student | import my timetable from NUSMods | better schedule my assignments with my lesson timings taken into account |
| 2 | Forgetful student | receive reminders for my assignments | avoid forgetting to attend my lessons or do my work |
| 3 | Poor time manager | add and schedule assignments | keep track of what needs to be done |
| 4 | Poor time manager | delete assignments | remove assignments that I have completed or added wrongly |
| 5 | Poor time manager | view lessons and assignments together | view all the assignments I have to complete amidst my lessons |

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Expand Down