This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Codecov Report
@@ Coverage Diff @@
## master #137 +/- ##
=========================================
Coverage 72.73% 72.73%
Complexity 418 418
=========================================
Files 75 75
Lines 1412 1412
Branches 137 137
=========================================
Hits 1027 1027
Misses 343 343
Partials 42 42
|
rayshawntan
approved these changes
Nov 2, 2023
bwangpj
approved these changes
Nov 2, 2023
I've pushed some formatting fixes to master so I can see it rebuild live. Looks like keys don't get special formatting. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR works towards #127 and #96. It includes a full pass over the landing page & UG, and also edits some other docs.
It tries to account for changes/discussions in #139. It adds a TODO stub for the new
filter
feature.