From 253243b4ffd5be56440ca22f92cf98d32d51e52e Mon Sep 17 00:00:00 2001 From: chewbum <111036673+chewbum@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:09:57 +0800 Subject: [PATCH] Update chewbum.md --- docs/team/chewbum.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/team/chewbum.md b/docs/team/chewbum.md index 9d2357a3fea..fcc51aa780d 100644 --- a/docs/team/chewbum.md +++ b/docs/team/chewbum.md @@ -12,9 +12,11 @@ Given below are my contributions to the project. * **New Feature**: * Added the addMeeting command - * Edited Meeting Model class + * Edited Meeting Model class and Person Model class * Edited UniqueMeetingList class * Fixed bugs related to Storage + * Fixed bugs related to the cyclic depenndency + * Worked on the design on our new Meeting feature * **Code contributed**: * [RepoSense link](https://nus-cs2103-ay2324s2.github.io/tp-dashboard/?search=&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2024-02-23&tabOpen=true&tabType=authorship&tabAuthor=chewbum&tabRepo=AY2324S2-CS2103-F08-1%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) @@ -31,4 +33,7 @@ Given below are my contributions to the project. * Edited datetime format in UG * Developer Guide: * Updated Glossary to fit our project requirements: [\#42](https://github.com/AY2324S2-CS2103-F08-1/tp/issues/41) + * Added activity and sequence diagrams for addMeeting + * Added Appendix: Effort section + * Fixed bugs and typos found in DG