Skip to content

Releases: AY2425S2-CS2103T-W12-1/tp

TenantTrack v1.6

Choose a tag to compare

@leeyenshen leeyenshen released this 08 Apr 03:57
2c3c61d

What's Changed

Full Changelog: v1.5...v1.6

TenantTrack v1.5

Choose a tag to compare

@Huan-Kiat Huan-Kiat released this 03 Apr 15:58
8c3d211

What's Changed

Full Changelog: v1.4...v1.5

TenantTrack v1.4

Choose a tag to compare

@namitdeb739 namitdeb739 released this 27 Mar 13:07
20c05ca

What's Changed

Full Changelog: v1.3...v1.4

TenantTrack v1.3 MVP release

Choose a tag to compare

@blobfish465 blobfish465 released this 18 Mar 16:51
d6c082e

v1.3 Release Notes

What's New

  • AboutUs: Added our names, image, homepage, github and portfolio

  • Developer Guide: Added user stories, NFRs and use cases

  • READ ME: Added essential README content such as features, UI Mockup and acknowledgement to original source of code

  • Refactoring across the code base:

    • Refactor functions and classes from person to tenant
    • Refactor AddressBook to TenantTrack
  • List feature:

    • Modify the success/error/usage messages printed to console
  • Add feature:

    • Modify the success/error/usage messages printed to console
    • Modify the command line:
      • givenN/ GIVEN NAME familyN/ FAMILY NAME address/ ADDRESS
      • Example: add givenN/ John familyN/ Doe address/ 21 Lower Kent Ridge Rd, 119077
  • Delete feature:

    • Modify the success/error/usage messages printed to console
  • Enhancements:

    • Include only fields require for MVP (given name, family name, address)
    • Given and family name cannot be blank or whitespace
    • Address must have a 6 digit postcode

Screenshots

List
Screenshot 2025-03-19 at 12 44 04 AM

Add
Screenshot 2025-03-19 at 12 45 11 AM

Delete
Screenshot 2025-03-19 at 12 46 57 AM

How to Use

  1. Download the JAR file attached to this release.
  2. Run the JAR file using: java -jar tenanttrack.jar