JCRoster+ is a desktop app for managing student contacts and details, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, JCRoster+ can get your homeroom teacher tasks done faster than traditional GUI apps.
Note: The terms "Person" and "Student" refer to the same entity and are used interchangeably in both theis guide and the app.
Ensure you have Java 17 or above installed in your Computer.
Mac users: Ensure you have the precise JDK version prescribed here.
Download the latest .jar file from AY2425S2-CS2103T-T15-2/tp/releases.
Move the file to the folder you want to use as the home folder for JCRoster+.
Important: It is recommended to put the file in a new empty folder as the application will create a data folder in the home folder to store the data.
cd into the folder you put the jar file in, (Refer to Tech support for using cd command) and use the java -jar jcroster+.jar command to run the application.
Type the command in the command box and press Enter to execute it. e.g. typing help and pressing Enter will open the help window. Some example commands you can try:
list : Lists all students.
add n/John Doe p/98765432 e/johnd@example.com a/John street block 123, #01-01 g/Maths:A, Geography:B, History:B, Economics:A, Chemistry:C, Biology:A : Adds a student named John Doe to the JCRoster+.
delete 3 : Deletes the 3rd student shown in the current list.
clear : Deletes all students.
exit : Exits the app.
Refer to the Features below for details of each command.
Notes about the command format:
Words in UPPER_CASE are the parameters to be supplied by the user.
e.g. in add n/NAME, NAME is a parameter which can be used as add n/John Doe.
Items in square brackets are optional.
e.g n/NAME [t/TAG] can be used as n/John Doe t/friend or as n/John Doe.
Items with … after them can be used multiple times.
e.g. [t/TAG]… can be used as (i.e. 0 times), t/friend, t/friend t/family etc.
Parameters can be in any order.
e.g. if the command specifies n/NAME p/PHONE_NUMBER, p/PHONE_NUMBER n/NAME is also acceptable.
Extraneous parameters for commands that do not take in parameters (such as help, list, exit and clear) will be ignored.
e.g. if the command specifies help 123, it will be interpreted as help.
The display list is reset to show all students after any command is run.
If you are using a PDF version of this document, be careful when copying and pasting commands that span multiple lines as space characters surrounding line-breaks may be omitted when copied over to the application.
helpDisplays a help link to the User Guide.
Format: help

Copy the URL and open in a browser to view the full user guide.
addAdds a student to JCRoster+.
Format: add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS g/SUBJECT1:GRADE, SUBJECT2:GRADE, SUBJECT3:GRADE, SUBJECT4:GRADE SUBJECT5:GRADE, SUBJECT6:GRADE [t/TAG]…
Tip: Tags are optional, a student can have any number of tags (including 0),
Note: Use single-word tags only, eg: t/friend and not t/friend of John Doe.
Tip: There is duplication detection for students added, if the command result shows warnings such as the one below:
Warning: It is likely that this student already exists in the JCRoster+ student list. We will add anyways, but please double check. You may want to use the edit command or delete command instead.
This means that the student you are trying to add (maybe) already exists in the JCRoster+.
Please check the list of students to see if the student you are trying to add already exists. If it does, you can use the edit command to edit the student instead of adding a new one.
Note: Student's subject can actually be set to any strings. You may want to double check the subject names you are entering. The system will not check if the subject names are valid or not.
Examples:
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 g/Maths:A, Geography:B, History:B, Economics:A, Chemistry:C, Biology:AlistShows a list of all students in the JCRoster+.
Format: list
displayDisplays all contact details, grades and tags of a student in the right panel of the JCRoster+ GUI.
Format: display INDEX
Tip: Double-clicking on a student in the list also calls the display command!
Examples:
display 1 displays the details of the 1st student in the list.editEdits an existing student in the JCRoster+.
Format: edit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [g/SUBJECT1:GRADE, ...SUBJECT6:GRADE] [t/TAG]…
INDEX. The index refers to the index number shown in the displayed student list. The index must be a positive integer 1, 2, 3, …t/ without
specifying any tags after it.Examples:
edit 1 p/91234567 e/johndoe@example.com edits the phone number and email address of the 1st student to be 91234567 and johndoe@example.com respectively.edit 2 n/Betsy Crower t/ Edits the name of the 2nd student to be Betsy Crower and removes all existing tags.edit 2 g/Maths:A, Geography:B, History:A, Economics:A, Chemistry:C, Biology:A edits the subjects/grades of the 2nd student to be Maths:A, Geography:B, History:A, Economics:A, Chemistry:C, Biology:A.
findFind students whose names contain any of the given keywords.
Format: find KEYWORD [MORE_KEYWORDS]
hans will match HansHans Bo will match Bo HansHan will match HansHans Bo will return Hans Gruber, Bo YangExamples:
find John returns john and John Doefind alex david returns Alex Yeoh and David LideleteDeletes the specified students from JCRoster+.
Format: delete INDEX1 INDEX2 ... (up to 10 indices)
Examples:
delete 1 deletes the 1st student shown in the currently displayed list.delete 2 3 deletes the 2nd and 3rd students shown in the currently displayed list.list followed by delete 2 deletes the 2nd student in the JCRoster+ currently displayed list.find Betsy followed by delete 1 deletes the 1st student in the results of the find command.remarkAllows for adding, editing or removing remarks of a student.
Format: remark INDEX r/REMARK
Examples:
remark 2 r/ removes all remarks of the 2nd student in the currently displayed list.remark 2 r/Needs follow-up on project deadline adds a remark to the 2nd student in the currently displayed list.remark 2 r/Completed project edits the remark of the 2nd student in the currently displayed list.groupGroups students into 4 study groups based on their grades. Their study group will then be displayed as a tag, eg: Studygroup1
Format: group
How does group work: The first student (lowest grades) goes into Group 1, the second into Group 2, the third into Group 3, the forth into Group 4, the fifth back to Group 4, the sixth into group 3, and so on. This ensures a fair and balanced mix of students in each group.
Studygroup tags will be updated) to maintain balance and fairness in these 2 cases:
Tip: Manually edit a student's study group by editing their tags.
Examples:
group groups all students into 4 study groups based on their grades.filterUsers can filter students based on multiple tags. Tags include study groups, and any other unique tags that have been added to students.
Format: filter KEYWORD [MORE KEYWORDS]
Examples:
filter student filters all students with student tag.filter Studygroup1 filters all students with StudyGroup1 tag.studygroup1 will match Studygroup1friend will match friendsfilter student scienceclub will return all students with either student or scienceclub tags.Tip: Quickly find the students of a specific study group by using filter studygroup# where '#' is a number from 1 to 4.
clearClears all students entries from the JCRoster+ app.
Note: Use with caution, as this action is irreversible!
Format: clear
exitExits the program.
Format: exit
JCRoster+ data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
JCRoster+ data are saved automatically as a JSON file [JAR file location]/data/jcrosterplus.json. Advanced users are welcome to update data directly by editing that data file.
Caution:
If your changes to the data file makes its format invalid, JCRoster+ will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.
Furthermore, certain edits can cause the JCRoster+ to behave in unexpected ways (e.g., if a value entered is outside the acceptable range). Therefore, edit the data file only if you are confident that you can update it correctly.
Q: How do I transfer my data to another Computer?
A: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous JCRoster+ home folder.
preferences.json file created by the application before running the application again.help command (or use the Help menu, or the keyboard shortcut F1) again, the original Help Window will remain minimized, and no new Help Window will appear. The remedy is to manually restore the minimized Help Window.| Action | Format, Examples |
|---|---|
| Add | add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS g/SUBJECT1:GRADE, ...SUBJECT6:GRADE [t/TAG]… e.g., add n/James Ho p/22224444 e/jamesho@example.com a/123, Clementi Rd, 1234665 g/Maths:A, Geography:B, History:B, Economics:A, Chemistry:C, Biology:A t/Famliy |
| Clear | clear |
| Delete | delete INDEX1 INDEX2...e.g., delete 2 3 |
| Edit | edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [g/SUBJECT1:GRADE, ...SUBJECT6:GRADE] [t/TAG]…e.g., edit 2 n/James Lee e/jameslee@example.com |
| Find | find KEYWORD [MORE_KEYWORDS]e.g., find James Jake |
| List | list |
| Help | help |
| Exit | exit |
| Filter | filter KEYWORD [MORE_KEYWORDS]e.g., filter student tutor |
| Remark | remark INDEX r/REMARKe.g., remark 2 r/Completed project |
| Group | group |
| Display | display INDEXe.g., display 2 |
cd commandAfter opening terminal, you will see a screen like this:

Type ls to see files in the current directory

Type cd [folder name] to enter that folder
For example: After cd Downloads The terminal should now show you that you’re inside the Downloads folder

Type cd .. to go back to the previous folder
cd [path-to-file] to navigate to the folder where the JAR file is located.