Skip to content

v1.3

Choose a tag to compare

@deseansoh deseansoh released this 20 Mar 06:42
· 340 commits to master since this release
19afeab
Display Command View Command Help Command Help Edit Command

Overview

This release introduces significant improvements and new features to the template AddressBook application, including new commands, enhanced UI, and additional data fields to better manage client information.

✨ New Features

Commands

  • Added display command to show client information in a structured format.
  • Added view command to view schedules for a specific day or date.
  • Updated help command to include new features and improved descriptions.

Fields

  • Added OneTimeSchedule field to Person for tracking single appointments.
  • Added RecurringSchedule field to Person for repeated appointments.
  • Added Goals field to track client objectives.
  • Added Medical History field for client health records.
  • Updated Address field name to Location for better clarity.
  • Updated field restrictions (e.g., phone number validation).
  • Removed Email field due to redundancy.

🎨 UI Enhancements

  • Enlarged the message output box for better readability.
  • Improved client list formatting for a cleaner display.
  • Updated command usage messages for clarity.
  • Refined person details display format for a more intuitive experience.

🔧 Miscellaneous Improvements

  • Updated Developer Guide (DG) and User Guide (UG) to reflect new features.
  • Expanded test cases to cover new functionalities.

What's Changed

Full Changelog: https://github.com/AY2425S2-CS2103T-T13-1/tp/commits/v1.3