Skip to content

Commit

Permalink
Merge pull request #236 from TrungBui32/updatedppp
Browse files Browse the repository at this point in the history
Updatedppp
  • Loading branch information
TrungBui32 authored Nov 12, 2024
2 parents 171ccda + e6e932f commit 8d8f676
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/team/trungbui32.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ can be further filtered down for analysis.
stored in AppState
- Takes no arguments/parameters (returns null for argument prefixes) and displays components directly from the
application's state
- `HelpCommand` command:
- The HelpCommand class is used to display a list of available commands and
their usage when the "help" command is triggered.
- This command does not require any arguments and returns a CommandResult with the help message defined in
Commons.HELP_MESSAGE

- **Component**:
- `Component`:
- Represents an assessment component in the system with three attributes: name (identifier), maxScore (maximum
Expand Down Expand Up @@ -67,7 +73,7 @@ can be further filtered down for analysis.
AddComponentCommand [#105](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/105)
- Non-Functional Requirements
- **Features implemented:**
- Implemented ListGradeCommand [#91](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/91) and
ListComponentCommand [#83](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/83)
- Implemented ListGradeCommand [#91](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/91),
ListComponentCommand [#83](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/83), and HelpCommand [#216](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/216)
- Implemented Component [#49](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/49) and
Grade [#55](https://github.com/AY2425S1-CS2113-W13-4/tp/pull/55)

0 comments on commit 8d8f676

Please sign in to comment.