Skip to content

Releases: CS2103-AY1819S1-F10-3/main

Heart

12 Nov 15:11
8db2b54
Compare
Choose a tag to compare

=== v1.4 change log ===

Developer guide:

  • Update Appendix D: Use Cases
  • Update Annex G: Instructions for Manual Testing
  • Update UI.png
  • Added diagrams to Section 4. Implementation
  • Update Section 4. Implementations

User guide:

  • Add Section 4. Command Summary
  • Update all commands to the latest iteration
  • Add Note, Tip, and Warning callouts
  • Update UI.png
  • Update login screen image

UI:

  • Update Login Screen
  • Update Main Screen's footer to include username and user's role

Test cases:

  • Create AddServiceCommand and AddServiceCommandParser Tests
  • Create AutoMatchCommand and AutoMatchCommandParser tests
  • Create ClientType tests
  • Update AddressBookParserTest
  • Update existing tests to include Service field

Features:

  • Client and Vendor now can be the same person
  • Change Service Cost storage to BigDecimal
  • Create sample data

Project Portfolio:

  • Update all individual portfolios

Bug Fixes:

  • Fix all bugs reported in [PE Dry Run]
  • Fix the bug where logging out and logging in can undo previous commands
  • Fix the bug where update command results in data not showing upon relaunch
  • Fix the bug where wrong feedback is shown for arguments without prefix
  • Fix the bug where change password and register account works even with identifier

v1.3.1

02 Nov 03:57
90fe773
Compare
Choose a tag to compare

=== v1.3.1 change log ===

Update user guide to show the most recent commands

v1.3

01 Nov 15:59
16d3039
Compare
Choose a tag to compare

=== v1.3 change log ===

New commands:

  • change password
  • client#id automatch
  • serviceprovider#id automatch
  • client#id addservice
  • serviceprovider#id addservice

Developer guide:

  • Update Section 4. on Implementation
  • Update ui diagram, model diagram and account storage diagram

User guide:

  • Update UI image
  • Update all commands to the latest iteration
  • Add documentation for automatching

UI:

  • Update Main Screen

Test cases:

  • Add junit test cases for new commands
  • Add junit test cases for account storage classes
  • Add junit test cases for new util commands

Features:

  • Add salt and hash to all password stored
  • unique id within clients and serviceproviders (commands are now using ID instead of being relative to the list shown)
  • list filters according to categories

v1.2.1

25 Oct 16:59
0533a6b
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

=== v1.2.1 change log ===

New commands:

  • logout
  • list

Developer guide:

  • Added header images to better differentiate each sections
  • Added images to make the guide more pleasant to look at

User guide:

  • Added header images to better differentiate each sections
  • Added a new example format
  • Added new FAQ questions

UI:

  • Login screen updated
  • App now launches with login screen

Test cases:

  • Added test cases for all new commands
  • Updated existing test cases to our app context

v1.2

18 Oct 15:55
5540a86
Compare
Choose a tag to compare

=== v1.2 change log ===

New commands:

  • login
  • register account
  • Add, update, delete service providers and clients
  • Refactor find command to list

Developer guide:

  • Updated implementations

User guide:

  • Updated to latest version

UI:

  • Created login screen

Fixes:

  • Added _reposense/config.xml to fix the issue of RepoSense not showing correct code ownership

Clean-up:

  • Remove previous developer photos
  • Changed occurrences of AddressBook to Heart²

Others:

  • Added privilege to limit commands available to user
  • Added matchmake algorithm to match service providers with clients

v1.1

04 Oct 15:59
40b4bdf
Compare
Choose a tag to compare

This is the v1.1 release.