[CS2103T-W09-4] InsureBook#107
Open
irwynliong wants to merge 428 commits into
Open
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #107 +/- ##
============================================
+ Coverage 75.26% 76.15% +0.89%
- Complexity 419 509 +90
============================================
Files 71 82 +11
Lines 1338 1644 +306
Branches 126 175 +49
============================================
+ Hits 1007 1252 +245
- Misses 301 342 +41
- Partials 30 50 +20 ☔ View full report in Codecov by Sentry. |
Added functionality to MeetingWindow#
Update 'meetings' command
…and deleting a policy
Fix toString methods to display correct message upon adding a policy and deleting a policy
Edit DG for adding of client
Small change to MeetingCard view
…ateDG # Conflicts: # docs/DeveloperGuide.md
Add delete policy feature's implementation and design considerations to the DG
Branch uml
Edit UG table
Fix minor bugs in DG
Added acknowledgements in DG
Fix a bug in Meeting class
Added details to UG
Final edits to UG and DG
Fix page breaks in UG
Fix page breaks in UG
Fix page breaks in UG
Fix page breaks in UG
Final edits to UG
Final edits to DG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is to assist Insurance agents to keep track of their clients and new clients. It is optimised for GUI users who prefer typing over buttons.