Skip to content

Commit

Permalink
Merge pull request #339 from raydenlim/branch-lastlast-UG-ppp-update
Browse files Browse the repository at this point in the history
Update UG PPP
  • Loading branch information
raydenlim committed Nov 14, 2023
2 parents a23373e + 83e6413 commit df2482f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Format: `add n/NAME p/PHONE_NUMBER e/EMAIL th/TELEGRAM_HANDLE [t/TAG]…​ [gt/
> **Input:** `add n/John Doe p/98765432 e/johnd@u.nus.edu th/johnny01 gt/RA1:0 | RA2:0 | MidTerms:0 | Finals:0 | PE:0` Adds a person called John Doe into F.A.K.E.J.A.R.V.I.S. He has 98765432 as his phone number, johnd@u.nus.edu as his email and johnny01 as his telegram handle. All his grades are also set to `0`.
>
> **Output:**
> `New person added: Name: John Doe; Phone: 98765432; Email: johnd@u.nus.edu; Telegram Handle: johnny01; Tags: ; GradedTest: `
> `New person added: Name: John Doe; Phone: 98765432; Email: johnd@u.nus.edu; Telegram Handle: johnny01; Tags: ; Graded Test: RA1: 0; RA2: 0; MidTerms: 0; Final: 0; PE: 0 `
>
> **Output Image:**
> ![Screenshot of Add Student 1](images/addStudent.png)
Expand Down Expand Up @@ -653,7 +653,7 @@ Format: `edit STUDENT_INDEX [n/NAME] [p/PHONE] [e/EMAIL] [th/TELEGRAM_HANDLE] [t
> **Input:** `edit 1 p/91234567 e/johndoe@u.nus.edu` Edits the phone number and email address of the 1st person to be `91234567` and `johndoe@u.nus.edu`.
>
> **Output:**
> `Edited Person: Name: Alex Yeoh; Phone: 91234567; Email: johndoe@u.nus.edu; Telegram Handle: alexYeohh; Tags: [friends]; Graded Test: RA1: 10; RA2: 10; MidTerms: 3; Final: 4; PE: 5`
> `Edited Person: Name: Alex Yeoh; Phone: 91234567; Email: johndoe@u.nus.edu; Telegram Handle: alexYeohh; Tags: [friends]; Graded Test: RA1: -; RA2: -; MidTerms: 3; Final: 4; PE: 5`
>
> **Output Image:**
> ![Screenshot of Edit Student 1](images/editStudent.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/team/raydenlim.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Given below are my contributions to the project.
| **Type** | **Justification** |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------:|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <md><code style="color: #A46AFF;"> gt/RA1:&lt;SCORE> &#124; RA2:&lt;SCORE> &#124; MidTerms:&lt;SCORE> &#124; Finals:&lt;SCORE> &#124; PE:&lt;SCORE></code></md> | <ul><li> **Readability:** The command is more descriptive, making it clear that it is editing a person's graded test.</li><li>**Flexibility:** Users can potentially edit other person-related attributes if needed in the future by extending the command.</li><ul> |
| `editgradedtest ra1/<SCORE> ra2/<SCORE> mt/<SCORE> f/0 pe/<SCORE>` | <ul><li> **Conciseness:** It's shorter and easier to type, which can be beneficial if users need to edit graded test scores frequently.</li><li>**Consistency:** If the primary use case for this command is editing graded test scores, it might provide a more streamlined experience.</li><ul> |
| `editgradedtest ra1/<SCORE> ra2/<SCORE> mt/<SCORE> f/<SCORE> pe/<SCORE>` | <ul><li> **Conciseness:** It's shorter and easier to type, which can be beneficial if users need to edit graded test scores frequently.</li><li>**Consistency:** If the primary use case for this command is editing graded test scores, it might provide a more streamlined experience.</li><ul> |

<br>

Expand Down

0 comments on commit df2482f

Please sign in to comment.