Skip to content

Releases: AY2425S1-CS2103T-F14a-4/tp

v1.6

12 Nov 03:03
4fd2494
Compare
Choose a tag to compare

Final release

  • Cleaned up DG and UG
  • Final smoke test

v1.5

07 Nov 15:50
71f26df
Compare
Choose a tag to compare

What's new

  • Added undo and redo commands to undo and redo the last command
  • Added addtag, deltag and cattag commands to add, delete and categorize tags
  • Added colour-coding and categorization of tags
  • Added Tag List to track all tags added in the GUI

Other fixes

  • Modified GUI
  • Changed behaviour of find command
  • Standardized documentation, user guide and developer guide

v1.4

24 Oct 15:46
41ead77
Compare
Choose a tag to compare

What's new

  • GUI Enhancements: GUI now displays a list of tags currently in use. Add spacing between multiple tags in a person card
    Screenshot 2024-10-24 211555

  • New command addtag: Append a new tag to a contact
    Screenshot 2024-10-24 211723
    Screenshot 2024-10-24 211736

  • New command deletetag: Delete an existing tag from a contact
    Screenshot 2024-10-24 211910
    Screenshot 2024-10-24 211919

  • New command undo: Allows users to undo their last action.
    Screenshot 2024-10-24 211949
    Screenshot 2024-10-24 212019

  • New command redo: Enables users to redo the last undone action.
    Screenshot 2024-10-24 212032
    Screenshot 2024-10-24 212043

Tweaks

  • Enhanced find: The improved find command can perform searches on multiple fields simultaneously
  • Phone Number Constraints: Only Singapore phone numbers can be saved, enforcing stricter validation rules.
  • Enhanced Tag Regex: Tag names can now include hyphens as separators for better flexibility.

v1.3

17 Oct 02:01
bfafa63
Compare
Choose a tag to compare

What's New

  • Renamed AB3 classes to suit CampusConnect with new GUI colours, window name and icon.
image
  • Removed Address for Person, it is no longer a valid field and cannot be added/removed from a Person's contact.
image
  • Disallow Persons with duplicate phone number and email to be added (on top of name in the original AB3).
image image
  • Disallow edited Persons to have the same phone number and email (on top of name in the original AB3).
image image
  • Find person by name with the n/ prefix (unlike AB3 which required no prefixes)
image image
  • Find person by tag with the t/ prefix.
image image
  • Find person by email with the e/ prefix.
image image
  • Find person by phone number with the p/ prefix.
image image