Skip to content

Commit

Permalink
Merge pull request #334 from raydenlim/branch-update-about-us
Browse files Browse the repository at this point in the history
Update AboutUs
  • Loading branch information
raydenlim committed Nov 13, 2023
2 parents c81b595 + 16ed7be commit afb0e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
[[portfolio](team/raydenlim.md)]

* Role: Morale Booster, Debugger
* Responsibilities: *
* Responsibilities: Documentation, Review PR

### Ding Han

Expand Down
8 changes: 4 additions & 4 deletions docs/team/raydenlim.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Given below are my contributions to the project.
* **Highlights**: As the fields are optional, users can easily modify the scores for individual components of a student's graded test, without having to key in the scores for the unconcerned fields. Moreover, graded test scores can be edited via the `edit` and `editgradedtest` command.
* **Credits**: No reuse of code or third-party libraries used.

| **Type** | **Justification** |
|:--------------------------------------------------------------------------------------------------------------------------------------:|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <md><code>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> |
| **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> |

<br>

Expand Down

0 comments on commit afb0e12

Please sign in to comment.