Skip to content

Releases: AY2526S2-CS2103-T11-2/tp

v1.6

14 Apr 04:19
37cc999

Choose a tag to compare

Merge pull request #245 from AY2526S2-CS2103-T11-2/Annazx-patch-6

Remove toc

v1.5

09 Apr 15:26
68552ae

Choose a tag to compare

Merge pull request #158 from Annazx/update-dg

Increase diagram width

v1.4

26 Mar 14:18
22dc710

Choose a tag to compare

What's New?

UI

image

Summary

  • Color scheme has been changed to fit the application's theme.

help command

Summary

  • Content of help page has been updated to reflect the new changes.

add command

image

Summary

  • Displays a warning to the user if a similar name exists in the address book already, but does not block the user's action.

find command

Summary

  • Allow the user to search for contacts using multiple parameters at once (i.e., the union of contacts found by matching each parameter).

delete command

image

Summary

  • Allow the user to delete multiple contacts at once, for example delete 1 2 5-7 deletes the indices 1, 2, 5, 6 and 7.

list command

image

Summary

  • Allow the user to list contacts by specifying up to 1 optional parameter n/ or a/ or pn/ or pc/ or pe/ to sort by the respective fields.

v1.3 MVP

19 Mar 13:37
19194b7

Choose a tag to compare

What's New?

add Command

image

Summary

  • Removed phone (p/) and email (e/) parameters
  • Added parent name, email and contact number parameters (pn/, pe/ and pc/ respectively) and age (a/) parameter

help Command

image

Summary

  • User guide displayed via help command is now shown in-app

remark Command

image

Summary

  • Added a new command remark which takes in up to 4 parameters (r/, d/, c/ and/or b/)
    • r/: Records a generic remark, that does not fall under any of the categories below, regarding a student
    • d/: Records a student's dietary preferences such as allergies
    • c/: Records a student's class (if applicable) in the student care
    • b/: Records a student's behavior or personality traits

find Command

image

Summary

  • Supports up to 2 new parameters, n/ and pn/, which allows the user to search by the student's name or parent's name respectively