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
1.[**Add books to inventory**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/f4769ae458b23c69df365578a816c669e3388537)
14
14
15
15
-**What it does:** allows the user to add books to the inventory.
16
16
-**Justification:** This feature is essential as the app should provide a convenient way to add books to the inventory.
17
-
-**Highlights:** Provides a straightforward command for users to add books to their inventory.
18
17
19
-
2.**View books in inventory**
18
+
2.[**View books in inventory**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/84c0f30f0ad80bd822256abea68e87178ce8fb6a)
20
19
21
20
-**What it does:** allows the user to add books to the inventory.
22
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.
23
-
-**Highlights:** Provides a straightforward command for users to view books in their inventory.
24
22
25
-
3.**Update books in inventory**
23
+
3.[**Update books in inventory**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/b9de07dd5b6fd1c1391860979b59c0bb767001cc)
26
24
-**What it does:** allows the user to update details about books in their inventory.
27
25
-**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.
28
-
-**Highlights:** Provides a straightforward command for users to update their existing book information.
26
+
4.[**Update titles of book**](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/fec3c1972e92294b4ae9f8fd0869be5862b70179)
27
+
-**What it does:** allows the user to update titles of the books in their inventory.
28
+
-**Justification:** This feature is essential as the app should provide the way for the user to update book titles if there are typos.
29
+
30
+
#### Enhancements Implemented
31
+
32
+
-[Wrote Input Handler Logic](https://github.com/AY2425S2-CS2113-T12-2/tp/commit/1c2eedbe1e81b3e1ec89f745a03f650e5ad516f8), the overall handler for user inputs
- 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))
34
42
35
43
### Contributions to Developer Guide
36
44
37
-
- Wrote Acknowledgements
38
-
- Wrote Appendix A of developer guide.
39
45
- Added implementation details and UML sequence diagrams for::
- Gave advice on technologies team could use for better development experience, such as [oh my posh](https://ohmyposh.dev/) for easy branch identification
0 commit comments