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

[CS2103T-T09-1] TeachStack #34

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

Conversation

JiaXinEu
Copy link

TeachStack helps Computer Science instructors to keep track of details of weaker students. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

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

Project coverage is 76.90%. Comparing base (b896eb0) to head (51631c8).

❗ Current head 51631c8 differs from pull request most recent head 924c522. Consider uploading reports for the commit 924c522 to get more accurate results

Files Patch % Lines
src/main/java/seedu/teachstack/ui/MainWindow.java 0.00% 29 Missing ⚠️
src/main/java/seedu/teachstack/MainApp.java 0.00% 21 Missing ⚠️
...eedu/teachstack/logic/commands/SummaryCommand.java 36.36% 21 Missing ⚠️
.../teachstack/logic/commands/EditArchiveCommand.java 60.00% 7 Missing and 9 partials ⚠️
...main/java/seedu/teachstack/model/person/Grade.java 35.00% 13 Missing ⚠️
...a/seedu/teachstack/ui/ArchivedPersonListPanel.java 0.00% 12 Missing ⚠️
...main/java/seedu/teachstack/model/ArchivedBook.java 86.48% 3 Missing and 2 partials ⚠️
...main/java/seedu/teachstack/logic/LogicManager.java 60.00% 3 Missing and 1 partial ⚠️
...hstack/logic/commands/SetWeakThresholdCommand.java 73.33% 2 Missing and 2 partials ⚠️
...eedu/teachstack/model/person/UniquePersonList.java 63.63% 2 Missing and 2 partials ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
+ Coverage     75.26%   76.90%   +1.64%     
- Complexity      419      702     +283     
============================================
  Files            71      100      +29     
  Lines          1338     2187     +849     
  Branches        126      209      +83     
============================================
+ Hits           1007     1682     +675     
- Misses          301      435     +134     
- Partials         30       70      +40     

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

yashma-sonara and others added 29 commits March 29, 2024 08:29
Add diagrams and dg feature for set weak
Add diagrams and implementation details for find
Add group command to developer guide [CS2103]
Update find command to filter by groups
willowisp01 and others added 30 commits April 15, 2024 19:12
Co-authored-by: JiaXinEu <108446221+JiaXinEu@users.noreply.github.com>
Add some corrections and formatting
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