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

Branch tab planner #104

Merged
merged 10 commits into from
Oct 23, 2020
Merged

Conversation

ruilingk
Copy link
Collaborator

UI aspect, cleaning up of codes.

Calendar is now centralised, with names of days.
Dates are now in different colours depending on if they are in the same
month or not.
Title of planner task list panel now changes according to date/month.
Task list panel now shows today's tasks if there are any, when TR4CKER is
first initialised.
Task list now changes according to what user inputs.
Indicator changes colour depending on how many tasks are due on that
particular day.
Indicator now changes when user adds new tasks.
@ruilingk ruilingk added this to the v1.3 milestone Oct 23, 2020
@ruilingk ruilingk linked an issue Oct 23, 2020 that may be closed by this pull request
@codecov-io
Copy link

Codecov Report

Merging #104 into master will decrease coverage by 2.91%.
The diff coverage is 4.20%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
- Coverage     68.01%   65.09%   -2.92%     
- Complexity      534      536       +2     
============================================
  Files            90       91       +1     
  Lines          1760     1842      +82     
  Branches        185      192       +7     
============================================
+ Hits           1197     1199       +2     
- Misses          503      584      +81     
+ Partials         60       59       -1     
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/seedu/tr4cker/logic/LogicManager.java 72.00% <0.00%> (-6.27%) 6.00 <0.00> (ø)
src/main/java/seedu/tr4cker/model/Model.java 33.33% <ø> (ø) 2.00 <0.00> (ø)
src/main/java/seedu/tr4cker/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...seedu/tr4cker/ui/planner/PlannerCalendarPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../java/seedu/tr4cker/ui/planner/PlannerDayCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ava/seedu/tr4cker/ui/planner/PlannerTabWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...seedu/tr4cker/ui/planner/PlannerTaskListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...n/java/seedu/tr4cker/model/planner/PlannerDay.java 76.00% <50.00%> (-2.27%) 13.00 <1.00> (+1.00) ⬇️
...a/seedu/tr4cker/logic/commands/PlannerCommand.java 80.64% <100.00%> (+3.22%) 10.00 <0.00> (+1.00)
...edu/tr4cker/logic/parser/PlannerCommandParser.java 100.00% <100.00%> (ø) 10.00 <0.00> (ø)
... and 4 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 fef852f...1e41b3c. Read the comment docs.

Copy link

@cwenling cwenling left a comment

Choose a reason for hiding this comment

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

LGTM

@cwenling cwenling merged commit a96f393 into AY2021S1-CS2103T-T10-2:master Oct 23, 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.

PLANNER tab - UI - Showing calendar with tasks
3 participants