Releases: AY2425S2-CS2103T-W12-1/tp
Releases · AY2425S2-CS2103T-W12-1/tp
Release list
TenantTrack v1.6
What's Changed
- Edit images by @namitdeb739 in #123
- Ensure duplicates cannot be added by @namitdeb739 in #166
- Filter Bug Fixes by @blobfish465 in #167
- Fixes sizing issues for helpWindow by @leeyenshen in #165
- Update UG to address edit command bugs by @leeyenshen in #163
- Update UserGuide with Archive feature inconsistencies by @Huan-Kiat in #168
- Fixes error message for edit command by @leeyenshen in #164
- Ensure address validation is stronger by @namitdeb739 in #171
- Fix documentation and error messages related to address by @namitdeb739 in #173
- Fix bugs not showing which list is displayed by @Huan-Kiat in #172
- Add screenshots to ug by @blobfish465 in #175
- Update DeveloperGuide by @Huan-Kiat in #176
- Fix toc by @namitdeb739 in #178
Full Changelog: v1.5...v1.6
TenantTrack v1.5
What's Changed
- Update UserGuide by @namitdeb739 in #74
- Alpha bug fixes by @namitdeb739 in #90
- User Guide: Fix invalid postal code in example command by @blobfish465 in #89
- User Guide: Add filter example image by @blobfish465 in #88
- List bug fix by @blobfish465 in #91
- Edit user guide by @namitdeb739 in #94
- Fixes Help window bug by @leeyenshen in #93
- Edit user guide by @namitdeb739 in #95
- Edit user guide by @namitdeb739 in #96
- add floating sidebar to UG by @leeyenshen in #97
- fix missing dependencies in UG by @leeyenshen in #98
- Edit user guide by @namitdeb739 in #99
- Edit user guide by @namitdeb739 in #100
- PaidCommand: Implement functionality to mark tenant as paid by @blobfish465 in #101
- Archive feature enhancement by @Huan-Kiat in #104
- Unpaid Command feature, Update Tests and Revise UG by @blobfish465 in #105
- updates DG by @leeyenshen in #116
- Add bug with email by @leeyenshen in #114
- Show available fields when none are specified by @leeyenshen in #115
- Update User Guide by @Huan-Kiat in #120
- Update the developer guide to represent changes made to tenant track by @namitdeb739 in #121
- Fix diagrams by @namitdeb739 in #122
Full Changelog: v1.4...v1.5
TenantTrack v1.4
What's Changed
- FilterCommand: Add address-based filtering feature by @blobfish465 in #50
- Fix Find command and ensure that all tenant fields work as intended by @namitdeb739 in #53
- Fix filter command by @namitdeb739 in #55
- Filter by address bug fix by @blobfish465 in #54
- Update to better model class diagram by @blobfish465 in #61
- docs: update Architecture Sequence Diagram by @blobfish465 in #59
- ArchiveCommand: Add feature for users to archive tenants by @Huan-Kiat in #62
- Edit tenant by @leeyenshen in #60
- Update naming in undo/redo state diagrams by @leeyenshen in #66
- Update DeleteSequenceDiagram UML by @Huan-Kiat in #68
- Help window by @leeyenshen in #72
- Map command by @leeyenshen in #70
- Update the StorageClassDiagram.puml to represent TenantTracker's storage by @namitdeb739 in #64
- UML diagrams: Refactor names and update images by @blobfish465 in #73
Full Changelog: v1.3...v1.4
TenantTrack v1.3 MVP release
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
How to Use
- Download the JAR file attached to this release.
- Run the JAR file using: java -jar tenanttrack.jar


