Releases: AY2223S2-CS2103T-T17-1/tp
Releases · AY2223S2-CS2103T-T17-1/tp
TeamBuilder v1.4
TeamBuilder v1.4
In v1.4, we have fixed a handful of bugs in the Developer Guide, UserGuide, and TeamBuilder itself.
What's Changed
- Fix broken links in UG by @WillCWX in #108
- Add note for add command by @swx0 in #146
- Remove 'listing all tags' subtitle from UG by @swx0 in #145
- Add exception handling for sort command args by @swx0 in #143
- Update sort description and subheaders by @swx0 in #148
- Future Features section and Long tag future feature added by @ChickenChiang in #149
- Add phone number length constraint as a future feature in UG by @ChickenChiang in #150
- Fix error message for Invalid index by @ChickenChiang in #151
- Update DG for Team, TeamList classes, sort and create command by @swx0 in #152
- Fix Ui TeamList Clipping issue by @ChickenChiang in #154
- Fix error message to consist with UG format by @chen-jerry-junior in #155
- Add Show Team feature to PPP by @chen-jerry-junior in #156
- Modify every "address book" into "TeamBuilder" by @chen-jerry-junior in #157
- Fix PE-D issues assigned to me by @WillCWX in #158
- Add note for sort command by @swx0 in #159
- Update UG by @swx0 in #160
- Update ug description by @swx0 in #161
- Update target audience by @swx0 in #162
- Fix activity diagram by @swx0 in #164
- Update PPP by @swx0 in #165
- Edit DG and PPP @ChickenChiang by @ChickenChiang in #166
- Add planned Enhancements for DG by @ChickenChiang in #167
- Update manual testing in DG by @swx0 in #168
- Replace README Ui image and resize image in UG by @ChickenChiang in #169
- Update Ui image for GitHub pages and README by @ChickenChiang in #170
- Finalize PPP for Jiarui by @chen-jerry-junior in #171
- Additional edits to ChickenChiang PPP by @ChickenChiang in #173
- Last ug update from william by @WillCWX in #172
- Fix broken links by @WillCWX in #174
- Update DG for Jiarui's part by @chen-jerry-junior in #176
- Add Appendix: Effort to DG by @ChickenChiang in #175
- Update william's ppp by @WillCWX in #177
- Edit DG by @ChickenChiang in #178
- Fix DG diagrams by @ChickenChiang in #179
Full Changelog: v1.3.1...v1.4
TeamBuilder v1.3.1
What's Changed
- Team class & Create Team command by @swx0 in #76
- Teamlist and associated commands by @swx0 in #80
- Update Find Command by @chen-jerry-junior in #89
- Update UserGuide based on CS2101 standard by @WillCWX in #93
- Add Show person in Team feature by @chen-jerry-junior in #92
- Modify GUI to show the Team features by @chen-jerry-junior in #94
- Save teams to JsonFormat by @ChickenChiang in #95
- Update UG from create and remove command by @swx0 in #96
- Update UG and DG for v1.3 by @chen-jerry-junior in #98
- Update RemoveCommand to remove TeamTags as well by @WillCWX in #97
- Fix Json save and read behaviour by @ChickenChiang in #99
- Update UG with screenshots by @swx0 in #100
- Fix bugs when updating UniqueTeamList by @WillCWX in #101
- Update test cases by @chen-jerry-junior in #102
- Changes to UG by @ChickenChiang in #106
Full Changelog: v1.2.1...v1.3
What's Changed
- Add tests for Team by @chen-jerry-junior in #107
Full Changelog: v1.3...v1.3.1
TeamBuilder v1.3
What's Changed
- Team class & Create Team command by @swx0 in #76
- Teamlist and associated commands by @swx0 in #80
- Update Find Command by @chen-jerry-junior in #89
- Update UserGuide based on CS2101 standard by @WillCWX in #93
- Add Show person in Team feature by @chen-jerry-junior in #92
- Modify GUI to show the Team features by @chen-jerry-junior in #94
- Save teams to JsonFormat by @ChickenChiang in #95
- Update UG from create and remove command by @swx0 in #96
- Update UG and DG for v1.3 by @chen-jerry-junior in #98
- Update RemoveCommand to remove TeamTags as well by @WillCWX in #97
- Fix Json save and read behaviour by @ChickenChiang in #99
- Update UG with screenshots by @swx0 in #100
- Fix bugs when updating UniqueTeamList by @WillCWX in #101
- Update test cases by @chen-jerry-junior in #102
- Changes to UG by @ChickenChiang in #106
Full Changelog: v1.2.1...v1.3
TeamBuilder v1.2.1
TeamBuilder v1.2.1
New features:
- Team Tags
- Optional fields; Phone number and email now optional
- Redo action feature
- Fix edit commands
What's Changed
- Team Tags Feature by @ChickenChiang in #42
- Added tests for team tags by @ChickenChiang in #43
- Update Jerry's PPP by @chen-jerry-junior in #50
- Modify the edit command and parser for teamTags by @chen-jerry-junior in #49
- Create redo by @WillCWX in #52
- Update Add and Edit command parser for TeamTags by @chen-jerry-junior in #53
- Update Wei Xun PPP by @swx0 in #57
- Move points to New Feature section by @swx0 in #58
- Update UG for sort command by @swx0 in #59
- Update DG with undo/redo implementation by @WillCWX in #61
- Enable assertions in build.gradle by @WillCWX in #62
- Make phone optional by @ChickenChiang in #63
- Add sort command implementation detail to DG by @swx0 in #69
- Add get team implementation in DeveloperGuide by @chen-jerry-junior in #72
- Update DG for optional fields and Add command by @ChickenChiang in #73
- Optional address by @ChickenChiang in #74
Full Changelog: v1.2...v1.3
TeamBuilderv1.2
Team builder
This is a project by Software Engineering (SE) students of the National University of Singapore (NUS).
It is based on the AddressBook-Level3 project created by the SE-EDU initiative. You can view the NUS source code here.
We aim for this project to be able to help Computing Students manage contacts to form teams for hackathons, etc.
Features:
- Add, delete, and edit contacts in builder
- Sort contact based on number of tags (either ascending or descending order)
- Find contacts based on names
- Clear all entries in team builder
- Undo previous action
- Assign person to teams (to be added in v1.3
What's Changed
- Add AboutUs for jerry by @chen-jerry-junior in #10
- Update About Us for swx0 by @swx0 in #9
- Update AboutUs for William, close #5 by @WillCWX in #11
- Add skeletal PPP by @chen-jerry-junior in #13
- Updated AboutUs page for @ChickenChiang by @ChickenChiang in #18
- Fix CI failing test cases by @ChickenChiang in #22
- Update DG by @swx0 in #16
- Update README.md, close #4 by @WillCWX in #14
- Expanded on Glossary in Developer Guide by @ChickenChiang in #23
- Minor fixes to about us markdown file by @ChickenChiang in #24
- Update UG, close #12 by @WillCWX in #25
- Rename AddressBook to TeamBulder for all classes by @WillCWX in #27
- Update undo by @WillCWX in #37
- Add Major Attribute by @chen-jerry-junior in #36
- Changed the url in helpwindow into userguide by @chen-jerry-junior in #39
- Update the userguide for v1.2a by @chen-jerry-junior in #41
- Add sorting by @swx0 in #38
New Contributors
- @chen-jerry-junior made their first contribution in #10
- @swx0 made their first contribution in #9
- @WillCWX made their first contribution in #11
Full Changelog: https://github.com/AY2223S2-CS2103T-T17-1/tp/commits/v1.2