You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/team/dylankhoo.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ BookKeeper is a Command Line Interface (CLI) library manager application for eff
21
21
-**Justification:** This feature is essential as the app should provide a convenient way for the user to view their existing books and their details.
22
22
23
23
3.[**Update books in inventory**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/b9de07dd5b6fd1c1391860979b59c0bb767001cc)
24
+
24
25
-**What it does:** allows the user to update details about books in their inventory.
25
26
-**Justification:** This feature is essential as the app should provide the way for the user to update book details such as their condition and location as it changes.
27
+
26
28
4.[**Update titles of book**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/fec3c1972e92294b4ae9f8fd0869be5862b70179)
27
29
-**What it does:** allows the user to update titles of the books in their inventory.
28
30
-**Justification:** This feature is essential as the app should provide the way for the user to update book titles if there are typos.
@@ -38,22 +40,23 @@ BookKeeper is a Command Line Interface (CLI) library manager application for eff
- Added details for all commands, such as [expected outcomes](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/2c72f163fb61d3d59b2b0db5f0df6e89f849b8c4)
41
-
- Added and updated page breaks for formatting as the Guide updated (some examples: [1](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/10e53b37e10fb92efb9027ecb510d19a25a0bb96), [2](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/23c744f5a5243bc9fc831a43fa54fb5211c84516), [3](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/aaf63dfff82daa575414fcfa1fd349dc226feaaf), [4](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/d2b67c2f599c448a991eaa1b80c5b053a15dd190))
43
+
- Maintained page breaks as the Guide updated (some examples: [1](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/10e53b37e10fb92efb9027ecb510d19a25a0bb96), [2](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/23c744f5a5243bc9fc831a43fa54fb5211c84516), [3](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/aaf63dfff82daa575414fcfa1fd349dc226feaaf), [4](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/ae493b8d01ca228df927c638fb6ab63477b9c881))
44
+
- Updated UG as after discussions and mock PE (Some examples: [1](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/ec6e09a9acb0bfad711577dbbf949c47a46cf6b8), [2](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/e795971a7e76e9fd169d47fbab547efd8ccd3b2e))
42
45
43
46
### Contributions to Developer Guide
44
47
45
48
- Added implementation details and UML sequence diagrams for::
0 commit comments