Skip to content

[CS2103-T16-3] ResidenceTracker#37

Open
wangtao0717 wants to merge 503 commits into
nus-cs2103-AY2021S2:masterfrom
AY2021S2-CS2103-T16-3:master
Open

[CS2103-T16-3] ResidenceTracker#37
wangtao0717 wants to merge 503 commits into
nus-cs2103-AY2021S2:masterfrom
AY2021S2-CS2103-T16-3:master

Conversation

@wangtao0717
Copy link
Copy Markdown

@wangtao0717 wangtao0717 commented Feb 15, 2021

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.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 15, 2021

Codecov Report

Merging #37 (3089017) into master (eccb717) will decrease coverage by 8.38%.
The diff coverage is 62.75%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø) 10.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/commons/core/index/Index.java 90.90% <0.00%> (-9.10%) 10.00 <0.00> (ø)
...eedu/address/logic/commands/AddBookingCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...u/address/logic/commands/DeleteBookingCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...java/seedu/address/logic/commands/ExitCommand.java 66.66% <0.00%> (-33.34%) 2.00 <0.00> (ø)
...va/seedu/address/logic/commands/RemindCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../address/logic/parser/AddBookingCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 90 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eccb717...3089017. Read the comment docs.

soo-rya and others added 29 commits March 27, 2021 13:04
…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
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
wangtao0717 and others added 30 commits April 12, 2021 16:11
Bug fixes and final touches to UG, DG
Corrected attribution of doesOverlap method to BookingTime class
Update DG final touches
…-out-code

Remove code which was commented out
Updated AboutUs and md file for PPP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants