Skip to content

Commit

Permalink
Feat/fix bug 5.0 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
justarock111 authored Nov 11, 2019
1 parent 11bc280 commit c741366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ The Class Diagram below showing the high level representation of the Object Orie
.Remove Class Diagram
image::RemoveClassDiagram.png[width="600"]

Upon successful assignation, the new participant or mentor will be stored internally in the list of participant or optional mentor field in the Team object. Upon successful removal of Participant or Team, the specified participant or mentor will be removed from the Team object. Additionally, it calls the following operations:
Upon successful assignation, the new participant or mentor will be stored internally in the list of participants or https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html[`Optional`] mentor field in the Team object. Upon successful removal of Participant or Team, the specified participant or mentor will be removed from the Team object. Additionally, it calls the following operations:

* link:{repoURL}/src/main/java/seedu/address/model/ModelManager.java[`ModelManager#addMentorToTeam`] – adds mentor to a specified team
* link:{repoURL}/src/main/java/seedu/address/model/ModelManager.java[`ModelManager#addParticipantToTeam`] – adds participant to team
Expand Down
4 changes: 4 additions & 0 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -963,18 +963,22 @@ As you type: +

1. Type ‘add’ into the command box, and `add participant`, `add mentor` and `add team` commands will be suggested to you. The grey text are meant as guides and blue text are meant as usage instructions . These text will not appear when you choose the command of choice.

.Step 1 of command suggestion box
image::CommandSuggestionStep1.png[width="600", height="10"]

2. Press the kbd:[up arrow] or kbd:[down arrow] arrow keys to navigate up and down the popup box.

.Step 2 of command suggestion box
image::CommandSuggestionStep2.png[width="600", height="10"]

3. Press kbd:[Enter] to choose the command of your choice. The command will then appear on the user input box.

.Step 3 of command suggestion box
image::CommandSuggestionStep3.png[width="600", height="10"]

4. Press kbd:[left arrow] or kbd:[right arrow] keys to navigate the cursor and fill in the respective fields. Press kbd:[Enter] to execute the command.

.Step 4 of command suggestion box
image::CommandSuggestionStep4.png[width="600", height="10"]

//end::suggestions[]
Expand Down
2 changes: 1 addition & 1 deletion docs/team/joannayap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ the architecture of the application. Clicking these text will redirect user to t
*Other contributions*:

* Project management:
There were a total of 5 releases, from version 1.1 to 1.5. I managed releases versions https://github.com/AY1920S1-CS2103T-F11-1/main/releases/tag/v1.2.1[1.2.1] on GitHub.
** There were a total of 5 releases, from version 1.1 to 1.5. I managed releases versions https://github.com/AY1920S1-CS2103T-F11-1/main/releases/tag/v1.2.1[1.2.1] on GitHub.
* Enhancements to existing features:
** Wrote additional tests for existing features to increase coverage (Pull request https://github.com/AY1920S1-CS2103T-F11-1/main/pull/347[#347])
** Added and modified constraints of different fields in the commands(Pull requests https://github.com/AY1920S1-CS2103T-F11-1/main/pull/15[#15])
Expand Down

0 comments on commit c741366

Please sign in to comment.