forked from nus-cs2103-AY2122S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
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 user guide to include task find
#101
Merged
wlren
merged 6 commits into
AY2122S1-CS2103-F09-2:master
from
mingyi456:update-UserGuide
Oct 28, 2021
Merged
Update user guide to include task find
#101
wlren
merged 6 commits into
AY2122S1-CS2103-F09-2:master
from
mingyi456:update-UserGuide
Oct 28, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: Fix typo Update DG to include `FindTaskCommand` and add use cases Refactor Task::getIsDone to Task::isDone Fix checkstyle Fix bugs reappearing due to force push Refactor EditTaskDialog Fix bugs Implement add task GUI
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: Refactor GUI Add JavaDocs for ModelManager methods Update UG Fix tests Fix checkstyle Fix task immutability, relevant bug Add GUI Setup storage, GUI preliminaries Update Contacts when GUI is changed Setup contact add, edit
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: Fix checkstao for realsies Fix checkstyle Fix merge Add optional stuff Change Optional in FindTaskCommand Add undone message Fix compilation error Add undo for FindTaskCommand Add short User Guide for undo Fix redundant code Fix checkstyle Fix purge undo Add undo for purge, cleanup undo Trashed branch
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: (25 commits) Change test cases to use Timestamp.tryparse Fix coding standard violation Remove unused import Add ArgumentContainsSlashException merge upstream Fix GUi checkbox bug Fix checkstyle Fix even more merge errors Update timestamp overdue GUI Remove unused variable Update UserGuide on command parsing logic Rework command parsing logic Use LocalDate for Timestamp Fix test cases Fix checkstyle Update UI for timestamp Update storage loading for timestamp Add regex validation for timestamp Update parsers to accommodate Parsing Exception Merge current master ...
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
=============================================
- Coverage 72.15% 58.40% -13.76%
- Complexity 399 591 +192
=============================================
Files 70 120 +50
Lines 1232 2505 +1273
Branches 125 240 +115
=============================================
+ Hits 889 1463 +574
- Misses 311 953 +642
- Partials 32 89 +57
Continue to review full report at Codecov.
|
wlren
approved these changes
Oct 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority.High
type.Task
Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.