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 automated features and command syntax section #284

Merged

Conversation

ChooJiaXin
Copy link
Collaborator

No description provided.

@ChooJiaXin ChooJiaXin added this to the v1.4b milestone Nov 8, 2020
@ChooJiaXin ChooJiaXin self-assigned this Nov 8, 2020
@codecov-io
Copy link

Codecov Report

Merging #284 (2f8319e) into master (6bec7fb) will increase coverage by 11.98%.
The diff coverage is 58.57%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #284       +/-   ##
=============================================
+ Coverage     53.13%   65.12%   +11.98%     
- Complexity      586      705      +119     
=============================================
  Files           114      112        -2     
  Lines          2565     2549       -16     
  Branches        322      331        +9     
=============================================
+ Hits           1363     1660      +297     
+ Misses         1110      760      -350     
- Partials         92      129       +37     
Impacted Files Coverage Δ Complexity Δ
...ava/seedu/address/logic/commands/CommandLogic.java 84.61% <ø> (ø) 9.00 <0.00> (ø)
...va/seedu/address/logic/commands/ImportCommand.java 100.00% <ø> (+77.77%) 3.00 <0.00> (+1.00)
...eedu/address/logic/commands/PrioritizeCommand.java 75.00% <0.00%> (+75.00%) 5.00 <1.00> (+5.00)
...du/address/logic/parser/ScheduleCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...a/seedu/address/storage/JsonAdaptedAssignment.java 78.33% <0.00%> (-2.71%) 15.00 <0.00> (+4.00) ⬇️
src/main/java/seedu/address/ui/AssignmentCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/ui/UpcomingTaskListPanel.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../seedu/address/logic/commands/ScheduleCommand.java 78.66% <63.33%> (+78.66%) 25.00 <9.00> (+25.00)
...java/seedu/address/logic/commands/ListCommand.java 82.75% <88.88%> (+0.14%) 10.00 <1.00> (+1.00)
... and 27 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 1ab20d3...2f8319e. Read the comment docs.

Copy link

@andreatanky andreatanky left a comment

Choose a reason for hiding this comment

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

LGTM!


* Items in square brackets are optional.<br>
e.g `n/NAME_OF_ASSIGNMENT [remind]` can be used as `n/Assignment 2 remind` or as `n/Assignment 2`.

Choose a reason for hiding this comment

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

Extra line here. But i think once the UG is finalised then we can fix the spacings together


AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
PProductiveNUS is a desktop application targeted at Computing students of National University of Singapore (NUS) to help them manage and schedule their academic tasks efficiently. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.

Choose a reason for hiding this comment

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

There is an extra P in productiveNUS

@andreatanky andreatanky merged commit 338b014 into AY2021S1-CS2103T-F11-3:master Nov 8, 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

3 participants