Skip to content

Commit

Permalink
Merge pull request #233 from AY2425S1-CS2103-F13-2/229-update-find-us…
Browse files Browse the repository at this point in the history
…e-case-in-dg

Add find command use case
  • Loading branch information
C5hives authored Nov 7, 2024
2 parents 02b0b9f + b58dd30 commit 7bd5c72
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Preconditions: User is viewing an item.

---

** Use case: UC05 - Edit an item**
**Use case: UC05 - Edit an item**

**MSS**
1. User enters command to edit an item.
Expand Down Expand Up @@ -623,7 +623,27 @@ Preconditions: User is viewing an item.

Use case ends.

*{More to be added}*
**Use case: UC07 - Find items**

**Preconditions**: User is in list view.

**MSS**

1. User enters the command to find items with specific keywords.
2. System filters and displays items (e.g., vendors or events) that match the keywords.
3. System displays a success message.

Use case ends.

**Extensions**

* 1a. The command format entered by the user is invalid.
* 1a1. System shows an error message and displays the correct command format.
* Use case ends.

* 2a. No items match the search keywords.
* 2a1. System displays a message indicating no items were found.
* Use case ends.

### Non-Functional Requirements

Expand Down

0 comments on commit 7bd5c72

Please sign in to comment.