-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2103T-W09-4] InsureBook #107
base: master
Are you sure you want to change the base?
[CS2103T-W09-4] InsureBook #107
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
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.