File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments