Skip to content

Commit

Permalink
Merge pull request #237 from JiaXinEu/branch-DGHeader
Browse files Browse the repository at this point in the history
Add library used
  • Loading branch information
ronnnnnnnnn authored Apr 15, 2024
2 parents f5b7fdd + 8b4638e commit 788f162
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ title: Developer Guide
## **Acknowledgements**

* The **CS2103T teaching team** for providing us with the [base project](https://github.com/nus-cs2103-AY2324S2/tp) that Teachstack builds upon, as well as for their invaluable guidance throughout this project's development.
* __Any other libaries or 3rd-party code__ already used in the [base project](https://github.com/nus-cs2103-AY2324S2/tp). (see link for details) <br>
* The idea for **clickable email** was inspired from a similar feature in project [CodeConnect](https://github.com/AY2324S2-CS2103T-T12-1/tp).
* The idea for **clickable email** was inspired from a similar feature in project [CodeConnect](https://github.com/AY2324S2-CS2103T-T12-1/tp).
* Testing of UI components are done with [Mockito](https://github.com/mockito/mockito).
* __Any other libaries or 3rd-party code__ already used in the [base project](https://github.com/nus-cs2103-AY2324S2/tp). (see link for details)

--------------------------------------------------------------------------------------------------------------------

## **Setting up, getting started**
Expand Down Expand Up @@ -198,7 +200,7 @@ Note that `p0` still retains the original group, group 3.

![GroupState3](images/GroupState3.png)

#### Design considerations:
#### Design Considerations

**Aspect: Whether to allow partial success of command
(i.e. successfully add some students even if only some provided IDs are valid)**
Expand Down Expand Up @@ -290,7 +292,7 @@ The following activity diagram summarizes what happens when a user executes a de
![DeleteActivityDiagram](images/DeleteActivityDiagram.png)


#### Design considerations:
#### Design Considerations

**Aspect: Allow deletion of all `Person` added or only those displayed**

Expand Down Expand Up @@ -340,7 +342,7 @@ Here is the sequence diagram which shows the overall flow:

</div>

#### Design considerations:
#### Design Considerations

**Aspect: Which model attribute to use for find**

Expand Down Expand Up @@ -389,7 +391,7 @@ The following activity diagram summarizes what happens when a user executes a ra

![RandomActivityDiagram](images/RandomActivityDiagram.png)

#### Design considerations:
#### Design Considerations

**Aspect: Allow forming groups if number of weak students is equals to the group number specified**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ title: TeachStack

**Acknowledgements**

* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5), [Mockito](https://github.com/mockito/mockito)

0 comments on commit 788f162

Please sign in to comment.