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-W17-1] MATHUTORING #69

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

Conversation

astraxq
Copy link

@astraxq astraxq commented Feb 15, 2023

Tutors tend to use multiple applications to keep track of their schedule/progress work.

MATHUTORING comes in to centralise the features into a single application with a contact management system to track the students’ progress report which subsequently allows the tutors to plan their lesson plan for future lessons and overall view of their schedule for ease of planning.

@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Patch coverage: 61.73% and project coverage change: -8.31 ⚠️

Comparison is base (928f146) 72.15% compared to head (e98796f) 63.85%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
- Coverage     72.15%   63.85%   -8.31%     
- Complexity      399      724     +325     
============================================
  Files            70      118      +48     
  Lines          1232     2775    +1543     
  Branches        125      304     +179     
============================================
+ Hits            889     1772     +883     
- Misses          311      918     +607     
- Partials         32       85      +53     
Impacted Files Coverage Δ
src/main/java/seedu/address/Main.java 0.00% <ø> (ø)
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...eedu/address/logic/commands/ExportDataCommand.java 0.00% <0.00%> (ø)
.../address/logic/parser/ExportDataCommandParser.java 0.00% <0.00%> (ø)
.../seedu/address/logic/parser/FindCommandParser.java 100.00% <ø> (ø)
.../address/logic/parser/ImportDataCommandParser.java 0.00% <0.00%> (ø)
...main/java/seedu/address/model/student/Address.java 80.00% <ø> (ø)
...c/main/java/seedu/address/model/student/Email.java 80.00% <ø> (ø)
... and 84 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

ARPspoofing pushed a commit to ARPspoofing/tp that referenced this pull request Mar 16, 2023
Allow inputting performance indicator to students
weekiat-douze pushed a commit to weekiat-douze/tp that referenced this pull request Mar 26, 2023
Update UG to include the initial portions of the UG, and to better reflect the current state of features
gwynethguo and others added 26 commits April 7, 2023 17:07
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  Change site width
  Fix bug in diagram
  Add UI layout
  Change site-wide width
  Add Back to top buttons
  Change font
  Setup local site to see changes
  Change heading colors and bold
  Add Initial UI screenshot to images
* 'master' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  Remove unused import
  Fix test failure
  Edit command message to show correct message
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  Rearrange UG commands
  Add links to commands in command summary and rearrange order
  Change Ui.png to be shorter
* 'master' of https://github.com/AY2223S2-CS2103-W17-1/tp: (55 commits)
  Refactor file and class name from DeleteTaskParserCommand to DeleteTaskCommandParser
  Update UG
  Update UG based on Xin Yi's suggestions.
  Move appendix from UG to DG
  Carrie - PPP draft
  Change method name according to suggestions
  Fix checkstyle
  Improve code quality: wrapText method
  Improve code quality: createTableRow method
  Improve code quality - Make exportProgress method to be less than 30 lines
  Updates
  Update appendix
  Added GUI display restrictions
  Fix link
  Add in two more sections
  More changes
  More updates
  More updates
  Remove unused import
  Fix test failure
  ...
astraxq and others added 30 commits April 10, 2023 22:27
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  ✨ feat: add effort section
  ✨ feat: add manual testing for import/export
  Fix mistake
  Remove unnecessary space in between
  Update manual testing
  Update aboutUs
  Update Ui diagram and model diagram and Ui model section
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  Add manual testing for export student's progress and add planned enhancements
  update ppp
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp:
  Add use cases for tasks
  Add manual testing for export student's progress and add planned enhancements
  update ppp
  ✨ feat: add effort section
* 'master' of https://github.com/AY2223S2-CS2103-W17-1/tp: (38 commits)
  Update ppp
  Update ppp
  Remove more things from PPP
  Remove some of the unnecessary part.
  Update PPP
  Update ppp
  Update PPP
  Added in more details
  Update ppp
  Fix checkstyle
  Update PPP
  Add test
  PPP update
  Fix checkstyle
  Update PPP
  Add tests
  Update PPP
  Add method tests
  Fix checkstyle
  Add test
  ...
…3-W17-1/tp into branch-ug-updates

* 'branch-ug-updates' of https://github.com/AY2223S2-CS2103-W17-1/tp: (65 commits)
  Fix bugs
  Add EOF
  Update DG
  fix ug spelling and minor adjustment
  Update ppp
  Update ppp
  Remove more things from PPP
  Remove some of the unnecessary part.
  Update PPP
  Update ppp
  Update PPP
  Added in more details
  Update ppp
  Fix checkstyle
  Update PPP
  Add test
  PPP update
  Fix checkstyle
  Update PPP
  Add tests
  ...
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