Skip to content

Commit 3fd585e

Browse files
committed
Update individual doc
1 parent d0ce88d commit 3fd585e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/team/T-Fang.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,19 @@ Taskmania (based off AB3) is a **desktop app for a project leader to manage team
1313
Given below are my contributions to the project.
1414

1515
* **Model modification**: Added basic dependencies of Participation.
16-
* What it means: basic management of participations.
16+
* What it means: basic management of Participation.
1717
* What changes made:
1818
* added dependencies of it in and related collections;
1919
* added related test cases.
2020

21+
* **Model modification**: Update Participation class and create corresponding methods in Project. (Pull request: Pull request [\#71](https://github.com/AY2021S1-CS2103T-W10-3/tp/pull/71))
22+
* What it means: Participation class is updated after creation of Meeting class and Task class
23+
* What changes made:
24+
* avoided cyclic dependencies between Participation class and Meeting class
25+
* Meeting class no longer keeps track of its assignees.
26+
* Added methods in Participation and Project to get assignees of a specific meeting.
27+
* Added more methods in Participation.
28+
2129
* **New Feature**:
2230

2331
* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2021s1.github.io/tp-dashboard/#breakdown=true&search=&sort=groupTitle&sortWithin=title&since=2020-08-14&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other&tabOpen=true&tabType=authorship&zFR=false&tabAuthor=T-Fang&tabRepo=AY2021S1-CS2103T-W10-3%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code)
@@ -29,8 +37,9 @@ Given below are my contributions to the project.
2937
* **Documentation**:
3038
* User Guide:
3139
* Added documentation for basic task-related features.
40+
* Came up with the first draft of feature list.
3241
* Developer Guide:
33-
* Wrote first draft of non-functional requirements.
42+
* Wrote first draft of non-functional requirements. (Pull Request [\#54](https://github.com/AY2021S1-CS2103T-W10-3/tp/pull/54))
3443

3544
* **Community**:
3645
* Updated `README.md` for team repository.

0 commit comments

Comments
 (0)