v1.4
What's Changed
UI Improvements
Comment command: comment
Comment will add a comment to the person identified by the index number used
- Format:
comment INDEX c/ COMMENT - Required Parameter: Ensure
INDEXis a valid positive integer within your current list size shown - Optional Parameter: Ensure
COMMENTis empty to remove comments, or any value to add a comment - Feedback is provided if the format is wrong
Example: comment 1 c/ Is always late to class.

Example of wrong format: comment 1

Deleting a person: delete
- Fixed customized feedback for delete when the list is empty, to ensure more edge cases have specific feedback provided to the user.
Clear command: clear
- Ensures no arguments allowed after the clear command. An error message will appear if additional arguments are detected.
Help command: help
- Ensures no arguments allowed after the help command. An error message will appear if additional arguments are detected.
Exit command: exit
- Ensures no arguments allowed after the exit command. An error message will appear if additional arguments are detected.
CreateAttendanceEvent command: createAttendance e/ [EVENT_NAME]
- Creates one or more new attendance event with the name [EVENT_NAME], if it doesn't already exist. All students are marked as absent by default. No duplicate parameters are allowed.
Example: createAttendance e/ tutorial 1 e/ tutorial 2 e/ week 4
ListAttendanceEvents Command: listevents
- Lists all attendance events to see.
Example: listevents
DeleteAttendanceEvent command: deleteevent e/ [EVENT_NAME]
- Deletes one or more attendance events from the storage. the e/parameters cannot be duplicated and all parameters must exist.
Example:deleteevent e/tutorial 1 e/tutorial 2
New command: random
- Randomly selects one person from the current list of displayed persons
Format: random
New Contributors
- @NicholasT1 made their first contribution in #3
- @Wnayar made their first contribution in #15
- @gabriellegtw made their first contribution in #17
- @ishan-agarwal-05 made their first contribution in #21
Full Changelog: https://github.com/AY2425S1-CS2103T-W10-1/tp/commits/v1.4



