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-T12-4] TutAssistor #97

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

Conversation

amzhy
Copy link

@amzhy amzhy commented Sep 17, 2021

TutAssistor helps private tutors to manage tuition class time slots. It enables tutors to resolve conflicts in their tuition schedule and manage their students more efficiently. It is optimised for use via a Command Line Interface (CLI).

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2021

Codecov Report

Merging #97 (553f469) into master (ba53b8c) will decrease coverage by 9.47%.
The diff coverage is 59.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #97      +/-   ##
============================================
- Coverage     72.15%   62.68%   -9.48%     
- Complexity      399      755     +356     
============================================
  Files            70      120      +50     
  Lines          1232     2937    +1705     
  Branches        125      342     +217     
============================================
+ Hits            889     1841     +952     
- Misses          311      974     +663     
- Partials         32      122      +90     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
.../main/java/seedu/address/commons/core/Browser.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...main/java/seedu/address/commons/util/JsonUtil.java 94.11% <ø> (ø)
.../seedu/address/logic/commands/AddClassCommand.java 0.00% <0.00%> (ø)
...seedu/address/logic/commands/FindClassCommand.java 0.00% <0.00%> (ø)
...java/seedu/address/logic/commands/FindCommand.java 55.55% <0.00%> (-44.45%) ⬇️
...seedu/address/logic/commands/ListClassCommand.java 0.00% <0.00%> (ø)
...seedu/address/logic/commands/ViewClassCommand.java 0.00% <0.00%> (ø)
...java/seedu/address/logic/commands/ViewCommand.java 0.00% <0.00%> (ø)
... and 100 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba53b8c...553f469. Read the comment docs.

bentanjunrong pushed a commit to bentanjunrong/tp that referenced this pull request Oct 18, 2021
amzhy and others added 30 commits November 8, 2021 20:31
Also updates FXML files from JavaFX 16 to 11. Moved InputHistoryTest to appropriate package.
Fixes a text box under 'Saving data' to fit into PDF formatting.
Adjusted example command under add student command section to fit into pdf formatting
Fixes links in table of contents.
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.

6 participants