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

[CS2103-T11-4] TrAcker #174

Open
wants to merge 423 commits into
base: master
Choose a base branch
from

Conversation

yyccbb
Copy link

@yyccbb yyccbb commented Mar 7, 2024

TrAcker is an application that aims to help Head Teaching Assistants (Head TAs) track the records of other Teaching Assistants (TAs) and students.

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 70.99863% with 212 lines in your changes are missing coverage. Please review.

Project coverage is 74.45%. Comparing base (b896eb0) to head (bc58c57).

❗ Current head bc58c57 differs from pull request most recent head 2fdc33a. Consider uploading reports for the commit 2fdc33a to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/ui/WarningWindow.java 0.00% 38 Missing ⚠️
...seedu/address/commons/util/StatefulStringUtil.java 38.46% 32 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 31 Missing ⚠️
...seedu/address/logic/parser/StatefulParserUtil.java 59.57% 17 Missing and 2 partials ⚠️
.../address/logic/commands/EditTutTagListCommand.java 71.11% 9 Missing and 4 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 11 Missing ⚠️
...seedu/address/logic/commands/RemovetagCommand.java 78.72% 3 Missing and 7 partials ⚠️
...s/model/person/FieldContainsKeywordsPredicate.java 30.76% 9 Missing ⚠️
src/main/java/seedu/address/model/tag/Tag.java 74.28% 4 Missing and 5 partials ⚠️
...va/seedu/address/logic/commands/DeleteCommand.java 80.00% 7 Missing ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #174      +/-   ##
============================================
- Coverage     75.26%   74.45%   -0.81%     
- Complexity      419      627     +208     
============================================
  Files            71       94      +23     
  Lines          1338     2063     +725     
  Branches        126      208      +82     
============================================
+ Hits           1007     1536     +529     
- Misses          301      465     +164     
- Partials         30       62      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

wang-xinrong and others added 29 commits April 1, 2024 17:50
Bug fix: remove dangling tag label
Remove the tag field from EditCommand and update the EditPersonDescriptor accordingly
Fix GUI bug for Find command
Bug fix: display person in singular form when only 1 found
wang-xinrong and others added 30 commits April 15, 2024 21:32
Remove Acknowledgements in DG
Fix description for email regex
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.

5 participants