Skip to content

Commit 9503490

Browse files
authored
feat: adds user stories for Yemi (#198)
* feat: Added 3 user stories for lesson 05 * feat: Added 3 user stories for lesson 05
1 parent 841a332 commit 9503490

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

lesson_05/oyeyemijimoh/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# HOMEWORK 05: User Stories
2+
3+
## User Story 1
4+
As a library patron, I want to be able to reserve a quite room online, so that I can use the room for interview or personal study.
5+
6+
### Acceptance Criteria:
7+
The system should provide option to reserve a quite room for a maximum of 2 hours only.
8+
After 2 hours a patron can reserve again if there are open slots.
9+
10+
## User Story 2
11+
As a user, I want to be able to spread my bills, so that I can pay owed bills in parts.
12+
13+
### Acceptance Criteria:
14+
The spread should be of a maximum of four(4) parts. This enables user to make part payment every week.
15+
16+
## User Story 3
17+
As a developer, I want to implement caching mechanism, so that frequently requested page(s) are served up faster.
18+
19+

0 commit comments

Comments
 (0)