Skip to content
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

Update Logic.java, LogicManager.java, Model.java, ModelManager.java #124

Merged
merged 13 commits into from
Oct 12, 2020

Conversation

munharsha
Copy link

No description provided.

munharsha and others added 9 commits October 11, 2020 11:48
…into TapBar_branch

# Conflicts:
#	src/main/java/seedu/address/MainApp.java
#	src/main/java/seedu/address/model/Model.java
#	src/main/java/seedu/address/model/ModelManager.java
#	src/test/java/seedu/address/logic/LogicManagerTest.java
#	src/test/java/seedu/address/logic/commands/AddCommandIntegrationTest.java
#	src/test/java/seedu/address/logic/commands/AddCommandTest.java
#	src/test/java/seedu/address/logic/commands/ClearCommandTest.java
#	src/test/java/seedu/address/logic/commands/DeleteCommandTest.java
#	src/test/java/seedu/address/logic/commands/EditCommandTest.java
#	src/test/java/seedu/address/logic/commands/FindCommandTest.java
#	src/test/java/seedu/address/logic/commands/ListCommandTest.java
#	src/test/java/seedu/address/model/ModelManagerTest.java
@codecov-io
Copy link

codecov-io commented Oct 11, 2020

Codecov Report

Merging #124 into master will increase coverage by 0.50%.
The diff coverage is 17.24%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #124      +/-   ##
============================================
+ Coverage     45.12%   45.62%   +0.50%     
- Complexity      523      536      +13     
============================================
  Files           140      140              
  Lines          2531     2558      +27     
  Branches        264      266       +2     
============================================
+ Hits           1142     1167      +25     
+ Misses         1342     1336       -6     
- Partials         47       55       +8     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 52.77% <0.00%> (-3.11%) 3.00 <0.00> (ø)
src/main/java/seedu/address/ui/CalendarCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/TabBar.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 44.82% <17.39%> (-5.18%) 29.00 <1.00> (+1.00) ⬇️
src/main/java/seedu/address/model/Model.java 100.00% <100.00%> (ø) 1.00 <0.00> (ø)
...eedu/address/model/calendar/UniqueMeetingList.java 21.95% <0.00%> (+21.95%) 5.00% <0.00%> (+5.00%)
src/main/java/seedu/address/model/MeetingBook.java 50.00% <0.00%> (+50.00%) 7.00% <0.00%> (+7.00%)

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 d01ad3e...e59984e. Read the comment docs.

@munharsha munharsha self-assigned this Oct 11, 2020
@munharsha munharsha added this to the v1.2 milestone Oct 11, 2020
@@ -149,4 +152,46 @@
*/
void updateFilteredPropertyList(Predicate<Property> predicate);

//=========== ModelManager ================================================================================

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MeetingManager?

setTabBar();
populateTab();
}

/**
* Initialises all tabs on the tabpane.
*/

private void setPersonCalenderBidTabBar() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge this with setTabBar()


private Logic logic;

@FXML
private TabPane personCalenderBidTabBar;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove this line

…into TapBar_branch

# Conflicts:
#	src/main/java/seedu/address/MainApp.java
#	src/main/java/seedu/address/logic/Logic.java
#	src/main/java/seedu/address/logic/LogicManager.java
#	src/main/java/seedu/address/model/ModelManager.java
#	src/main/java/seedu/address/ui/TabBar.java
#	src/test/java/seedu/address/logic/LogicManagerTest.java
#	src/test/java/seedu/address/logic/commands/AddCommandIntegrationTest.java
#	src/test/java/seedu/address/logic/commands/AddCommandTest.java
#	src/test/java/seedu/address/logic/commands/ClearCommandTest.java
#	src/test/java/seedu/address/logic/commands/DeleteCommandTest.java
#	src/test/java/seedu/address/logic/commands/EditCommandTest.java
#	src/test/java/seedu/address/logic/commands/FindCommandTest.java
#	src/test/java/seedu/address/logic/commands/ListCommandTest.java
#	src/test/java/seedu/address/model/ModelManagerTest.java
@@ -138,6 +140,15 @@ public Path getSellerAddressBookFilePath() {

// ===================== PROPERTY =====================

@Override

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should organise by the comment headers

@dianneloh9 dianneloh9 merged commit cbf7c3d into AY2021S1-CS2103-W14-1:master Oct 12, 2020
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.

None yet

4 participants