Skip to content

Commit

Permalink
Merge pull request #327 from woke02/branch-kelly-fix-dg-update-status
Browse files Browse the repository at this point in the history
Fix status command diagram
  • Loading branch information
choaticman authored Nov 11, 2024
2 parents 5d32158 + f70d37e commit 2d3c2e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@ The `StatusCommand` updates the status of an internship application to `PENDING`

<puml src="diagrams/StatusSequenceDiagram.puml" alt="StatusSequenceDiagram" />

Upon execution, `FindCommand` calls on `model::updateFilteredList` which in turns calls on `filteredList::setPredicate`.
`setPredicate` updates the `filteredList` in `model` to contain all the internship applications that contain the keyword.

<br></br>

### Update the Status of an Internship Application
The sequence diagram above illustrates the flow for the `/accept` command. Similar flows apply for `/reject` and `/pending`.
For clarity, some implementation details are omitted to avoid low-level specifics, focusing only on the high-level process of updating the internship application status.

Expand Down

0 comments on commit 2d3c2e1

Please sign in to comment.