This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- by providing quick access to student, and guardian details.
- By integrating a smart tagging system it allows for quick categorization and seamless student grouping based on academic strengths.
- Ultimately, it reduces administrative hassle and improves efficiency in managing classroom interactions.
add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS g/SUBJECT1:GRADE,SUBJECT2:GARDE,SUBJECT3:GARDE,SUBJECT4:GARDE,SUBJECT5:GARDE,SUBJECT6:GARDE [t/TAG]...
Example commands:
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 g/Math:A,Science:B,English:A,History:C,Geography:B,Music:A
add n/Betsy Crowe e/betsycrowe@example.com a/Newgate Prison p/1234567 g/Math:A,Science:C,English:A,History:C,Geography:B,Music:A t/friend
delete UID
Example commands:
delete 1234
delete 98765
delete INDEX1 INDEX2 ...
Example commands:
delete 1 3 5
find KEYWORD [MORE_KEYWORDS]
Example commands:
find John
find Betsy Crowe
filter KEYWORD [MORE_KEYWORDS]
Example commands:
filter BadAtMath
remark INDEX r/[REMARK INPUT]
Example commands:
remark 1 r/Poor
exit
Example command:
exit
More features coming up...
- For the detailed documentation of this project, see the JCRosters.
