Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103T-F15-2#101 from btbrandon/refactor…
Browse files Browse the repository at this point in the history
…-help-page

Refactor HelpWindow
  • Loading branch information
jessica2828 authored Oct 27, 2024
2 parents f3da3f7 + 062450d commit 5bb935c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ public class HelpWindow extends UiPart<Stage> {
+ " H E L P M E N U\n"
+ "============================================================================================\n"
+ "\n1. Add Student\n"
+ " - add [ID] n/ [STUDENT_NAME] p/ [PHONE_NUMBER] a/ [ADDRESS] c/ [COURSE] t/ [TAGS]\n"
+ " - add ID n/NAME p/PHONE_NUMBER a/ADDRESS c/COURSE t/TAGS\n"
+ "\n2. Add a Student Grade\n"
+ " - grade [ID] m/ [MODULE] g/ [GRADE]\n"
+ " - grade ID m/MODULE g/GRADE\n"
+ "\n3. Add Module\n"
+ " - module [ID] m/ [MODULE]\n"
+ " - module ID m/MODULE\n"
+ "\n4. Edit Student\n"
+ " - edit [ID] [FIELD_TO_EDIT_PREFIX] [NEW_VALUE]\n"
+ " - edit [ID] m/ [OLD_MODULE] [NEW_MODULE]\n"
+ " - edit ID [FIELD_TO_EDIT_PREFIX] [NEW_VALUE]\n"
+ " - edit ID m/OLD_MODULE NEW_MODULE\n"
+ "\n5. Find Student\n"
+ " - find [ID]\n"
+ " - find ID\n"
+ "\n6. Delete Student\n"
+ " - delete [ID]\n"
+ " - delete ID\n"
+ "\n7. List Students\n"
+ " - list\n"
+ "\n8. Clear Data\n"
Expand Down

0 comments on commit 5bb935c

Please sign in to comment.