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-T15-3] EduTrack #21

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

Conversation

revdrag
Copy link

@revdrag revdrag commented Sep 16, 2023

EduTrack is a desktop app for managing classes designed for tutors, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you have many students to manage, EduTrack can let you access individual students’ data quickly.

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Attention: 265 lines in your changes are missing coverage. Please review.

Comparison is base (517b785) 75.26% compared to head (4eb661d) 77.67%.

Files Patch % Lines
...java/seedu/edutrack/model/util/SampleDataUtil.java 0.00% 29 Missing ⚠️
src/main/java/seedu/edutrack/ui/MainWindow.java 0.00% 21 Missing ⚠️
src/main/java/seedu/edutrack/ui/StudentCard.java 0.00% 17 Missing ⚠️
src/main/java/seedu/edutrack/MainApp.java 0.00% 13 Missing ⚠️
...va/seedu/edutrack/logic/parser/EduTrackParser.java 72.34% 11 Missing and 2 partials ⚠️
...ain/java/seedu/edutrack/model/student/Student.java 85.39% 4 Missing and 9 partials ⚠️
...du/edutrack/logic/commands/EditStudentCommand.java 88.00% 4 Missing and 8 partials ⚠️
...rc/main/java/seedu/edutrack/ui/ClassListPanel.java 0.00% 12 Missing ⚠️
...c/main/java/seedu/edutrack/model/module/Class.java 82.25% 7 Missing and 4 partials ⚠️
...ava/seedu/edutrack/storage/JsonAdaptedStudent.java 75.00% 6 Missing and 4 partials ⚠️
... and 37 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     75.26%   77.67%   +2.41%     
- Complexity      419      739     +320     
============================================
  Files            71      103      +32     
  Lines          1338     2370    +1032     
  Branches        126      253     +127     
============================================
+ Hits           1007     1841     +834     
- Misses          301      432     +131     
- Partials         30       97      +67     

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

Chrainx pushed a commit to Chrainx/tp that referenced this pull request Oct 1, 2023
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