Skip to content

Releases: AY2324S2-CS2103T-T09-1/tp

v1.4

15 Apr 14:50
788f162
Compare
Choose a tag to compare
Merge pull request #237 from JiaXinEu/branch-DGHeader

Add library used

v1.3

04 Apr 15:59
8f24377
Compare
Choose a tag to compare
Merge pull request #136 from JiaXinEu/branch-RenameImage

Rename EditUI.png

v1.2.1

28 Mar 15:44
f7664b6
Compare
Choose a tag to compare
Merge pull request #97 from willowisp01/multiple-groups

Multiple groups

v1.2

21 Mar 09:48
20c13d8
Compare
Choose a tag to compare

What's New

Add Feature

  • Added studentId, grade, and group parameters.
  • Removed phone and address parameters.
  • Modified tag to create group parameter.
  • Modified the format of email to e0123456@u.nus.edu
  • Command format: add id/STUDENT_ID n/NAME e/EMAIL g/GRADE [gp/GROUP]…​
  • Eg. add id/A0123456X n/John e/e0123456@u.nus.edu g/B

AddUI

Delete Feature

  • Modified the command to delete - from using index to studentId
  • Command format: delete STUDENT_ID
  • Eg. delete A0123456H

DeleteUI

Edit Feature

  • Modified command to edit - from using index to studentid
  • Command format: edit STUDENT_ID [id/STUDENT_ID] [n/NAME] [e/EMAIL] [g/GRADE] [gp/GROUP]...
  • Eg. edit A0123456X gp/4

EditUI

View Feature

  • View the specified student’s details.
  • Command format: view STUDENT_ID
  • Eg. view A0123456X

ViewUI

Group Feature

  • Create a group with people corresponding to the selected IDs.
  • Command format: group gp/GROUP [id/STUDENT_ID]
  • Eg. group gp/3 id/A0123456X id/A0123456H

GroupUI

UI

  • Link email to desktop email app.
  • Use format: click on email

EmailUI