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

[v1.3.2] Add Undo and Redo Commands #157

Merged
merged 14 commits into from
Oct 27, 2020

Conversation

esmanda3w
Copy link

No description provided.

@constancensq constancensq changed the title Add Undo and Redo Commands [v1.3.2] Add Undo and Redo Commands Oct 25, 2020
# Conflicts:
#	src/main/java/seedu/pivot/logic/commands/casecommands/AddDescriptionCommand.java
#	src/main/java/seedu/pivot/logic/commands/documentcommands/AddDocumentCommand.java
#	src/main/java/seedu/pivot/logic/commands/suspectcommands/AddSuspectCommand.java
#	src/main/java/seedu/pivot/logic/commands/victimcommands/AddVictimCommand.java
#	src/main/java/seedu/pivot/logic/commands/witnesscommands/AddWitnessCommand.java
@codecov-io
Copy link

codecov-io commented Oct 25, 2020

Codecov Report

Merging #157 into master will decrease coverage by 0.47%.
The diff coverage is 56.38%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #157      +/-   ##
============================================
- Coverage     68.35%   67.87%   -0.48%     
- Complexity      670      686      +16     
============================================
  Files           117      120       +3     
  Lines          2335     2428      +93     
  Branches        328      342      +14     
============================================
+ Hits           1596     1648      +52     
- Misses          617      647      +30     
- Partials        122      133      +11     
Impacted Files Coverage Δ Complexity Δ
...n/java/seedu/pivot/logic/commands/RedoCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...n/java/seedu/pivot/logic/commands/UndoCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ain/java/seedu/pivot/logic/parser/PivotParser.java 76.19% <0.00%> (-8.03%) 12.00 <0.00> (ø)
src/main/java/seedu/pivot/model/Model.java 50.00% <ø> (ø) 1.00 <0.00> (ø)
src/main/java/seedu/pivot/model/ModelManager.java 85.71% <40.00%> (-14.29%) 24.00 <1.00> (+1.00) ⬇️
...rc/main/java/seedu/pivot/model/VersionedPivot.java 70.21% <70.21%> (ø) 15.00 <15.00> (?)
.../java/seedu/pivot/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...n/java/seedu/pivot/logic/commands/EditCommand.java 94.04% <100.00%> (+0.07%) 12.00 <0.00> (ø)
...ot/logic/commands/casecommands/AddCaseCommand.java 88.88% <100.00%> (+0.65%) 8.00 <0.00> (ø)
...c/commands/casecommands/AddDescriptionCommand.java 89.28% <100.00%> (+0.39%) 9.00 <0.00> (ø)
... and 12 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 429073c...36ede26. Read the comment docs.

@esmanda3w esmanda3w self-assigned this Oct 26, 2020
@esmanda3w esmanda3w added priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new labels Oct 26, 2020
@esmanda3w esmanda3w added this to the v1.3 milestone Oct 26, 2020
Copy link

@CodyChew CodyChew left a comment

Choose a reason for hiding this comment

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

LGTM.

@CodyChew CodyChew merged commit f6804a4 into AY2021S1-CS2103-F09-2:master Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants