Skip to content

Commit

Permalink
Fix error in command syntax in main success scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajaryan committed Nov 9, 2024
1 parent 37228fe commit 056afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

**Main Success Scenario (MSS)**:
1. CCA Leader inputs the `add_member` command with required details (name, room number, telegram and tags (optional)).
- Example: `add_member n/John Doe r/4/3/301 t/johndoe123 tag/logistics`
- Example: `add_member n/John Doe r/4-3-301 t/johndoe123 tag/logistics`
2. Hall Pointer validates the entered details for the new member.
3. Hall Pointer adds the member to the system and displays a success message.
4. The new member is displayed in the GUI.
Expand Down

0 comments on commit 056afa6

Please sign in to comment.