[CS2103-T16-3] ResidenceTracker#37
Open
wangtao0717 wants to merge 503 commits into
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
============================================
- Coverage 72.15% 63.77% -8.39%
- Complexity 399 494 +95
============================================
Files 70 89 +19
Lines 1232 1808 +576
Branches 125 211 +86
============================================
+ Hits 889 1153 +264
- Misses 311 569 +258
- Partials 32 86 +54
Continue to review full report at Codecov.
|
…into work-branch
Branch delete booking command
…into work-branch
…into branch-improve-ui � Conflicts: � src/main/java/seedu/address/model/util/SampleDataUtil.java
Improve Ui to display a list of bookings under each residence
Fixed some tests
Update DeleteBookingCommand to take in prefix
� Conflicts: � docs/UserGuide.md � src/main/java/seedu/address/logic/commands/AddCommand.java � src/test/java/seedu/address/logic/commands/CommandTestUtil.java
update diagram
Bug fixes and final touches to UG, DG
improve diagram
Update effort portion of DG
update diagram
Update DeveloperGuide.md and PPP
Corrected attribution of doesOverlap method to BookingTime class
Add PPP link to AboutUs.md
delete comment out test
Update DG final touches
…-out-code Remove code which was commented out
Update javadocs
Updated AboutUs and md file for PPP.
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.
ResidenceTracker is a desktop app which can help the landlord to manage multiple residences rented out on Airbnb. It uses a quick CLI way to note down bookings and track status of different residences (clean/occupied/needs cleaning...) , so the landlord can process booking in time and inform the cleaning agent as necessary.