Skip to content

v1.4

Choose a tag to compare

@Wnayar Wnayar released this 24 Oct 08:27
d0d0277

What's Changed

UI Improvements

  • Orange color font
  • Bottom of input box is orange
    image

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 INDEX is a valid positive integer within your current list size shown
  • Optional Parameter: Ensure COMMENT is 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.
image

Example of wrong format: comment 1
image

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.

Example: clear 1
image

Help command: help

  • Ensures no arguments allowed after the help command. An error message will appear if additional arguments are detected.

Example: help 1
image

Exit command: exit

  • Ensures no arguments allowed after the exit command. An error message will appear if additional arguments are detected.

Example: exit 1
image

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

image image

ListAttendanceEvents Command: listevents

  • Lists all attendance events to see.

Example: listevents

image

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
image Screenshot 2024-10-24 at 7 17 23 PM

New command: random

  • Randomly selects one person from the current list of displayed persons

Format: random

New Contributors

Full Changelog: https://github.com/AY2425S1-CS2103T-W10-1/tp/commits/v1.4