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-F11-1] TimesTable #76

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

Conversation

kevinchua6
Copy link

TimesTable helps Kevin to keep track of all the students he teaches. It stores each student as a contact. Each contact stores information about the student’s contact number, profile picture, invoices, paid status, progress, grades, classes, name, school and attendance. TimesTable provides sorting features and different views, allowing Kevin to sort students by classes. He can also easily see who has not paid for the month. There is also an easy way to mark attendance. TimesTable can use the attendance information and the rates for each class to generate an invoice for each student at the end of the month.

@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2021

Codecov Report

Merging #76 (c31217b) into master (ba53b8c) will decrease coverage by 0.92%.
The diff coverage is 80.01%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
- Coverage     72.15%   71.23%   -0.93%     
- Complexity      399      807     +408     
============================================
  Files            70      129      +59     
  Lines          1232     2632    +1400     
  Branches        125      327     +202     
============================================
+ Hits            889     1875     +986     
- Misses          311      667     +356     
- Partials         32       90      +58     
Impacted Files Coverage Δ
src/main/java/seedu/times/AppParameters.java 75.00% <ø> (ø)
src/main/java/seedu/times/Main.java 0.00% <ø> (ø)
src/main/java/seedu/times/MainApp.java 0.00% <0.00%> (ø)
src/main/java/seedu/times/commons/core/Config.java 68.18% <ø> (ø)
...ain/java/seedu/times/commons/core/GuiSettings.java 69.23% <ø> (ø)
...main/java/seedu/times/commons/core/LogsCenter.java 78.37% <ø> (ø)
...c/main/java/seedu/times/commons/core/Messages.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/times/commons/core/Version.java 82.50% <ø> (ø)
...ain/java/seedu/times/commons/core/index/Index.java 100.00% <ø> (ø)
...es/commons/exceptions/DataConversionException.java 100.00% <ø> (ø)
... and 122 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...c31217b. Read the comment docs.

bentanjunrong pushed a commit to bentanjunrong/tp that referenced this pull request Oct 13, 2021
Ongzl and others added 28 commits November 7, 2021 20:56
…lementation

Add implementation for ClassesUi in DG
# Conflicts:
#	docs/DeveloperGuide.md
#	docs/UserGuide.md
…lassUMLDiagram

update addclass UML diagrams
…ndTag

Limit tags to 50 characters and only 10 tags at maximum and update UG for upcoming features
kevinchua6 and others added 30 commits November 12, 2021 10:39
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