File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,19 @@ Taskmania (based off AB3) is a **desktop app for a project leader to manage team
13
13
Given below are my contributions to the project.
14
14
15
15
* ** Model modification** : Added basic dependencies of Participation.
16
- * What it means: basic management of participations .
16
+ * What it means: basic management of Participation .
17
17
* What changes made:
18
18
* added dependencies of it in and related collections;
19
19
* added related test cases.
20
20
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
+
21
29
* ** New Feature** :
22
30
23
31
* ** 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.
29
37
* ** Documentation** :
30
38
* User Guide:
31
39
* Added documentation for basic task-related features.
40
+ * Came up with the first draft of feature list.
32
41
* 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 ) )
34
43
35
44
* ** Community** :
36
45
* Updated ` README.md ` for team repository.
You can’t perform that action at this time.
0 commit comments