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-W15-3] Teaching Assistant Contact Helper (TACH) #82

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

Conversation

jaysmyname
Copy link

TACH helps CS Teaching Assistants tutoring multiple modules & classes by keeping track of their students and monitoring their progress on their tutorials. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2022

Codecov Report

Merging #82 (5bac83b) into master (4f7660a) will increase coverage by 0.15%.
The diff coverage is 79.46%.

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
+ Coverage     72.15%   72.31%   +0.15%     
- Complexity      399      504     +105     
============================================
  Files            70       79       +9     
  Lines          1232     1557     +325     
  Branches        125      185      +60     
============================================
+ Hits            889     1126     +237     
- Misses          311      375      +64     
- Partials         32       56      +24     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <ø> (ø)
.../seedu/address/logic/parser/FindCommandParser.java 100.00% <ø> (ø)
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/StudentCard.java 0.00% <0.00%> (ø)
...c/main/java/seedu/address/ui/StudentListPanel.java 0.00% <0.00%> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 20.00% <10.00%> (ø)
...ddress/logic/commands/AddTutorialGroupCommand.java 49.05% <49.05%> (ø)
... and 40 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 4f7660a...5bac83b. Read the comment docs.

vanessaxuuan and others added 29 commits March 26, 2022 00:49
* 'master' of https://github.com/vanessaxuuan/tp: (45 commits)
  Update DG and UG
  Add AddTutorialGroupDescriptor diagram
  Add sequence diagram for addtg feature
  Update rationale
  Update DG with description of `addtg` command
  Add user stories and use cases
  Update uml diagrams with new sizes
  Update DG and UG
  Update dg
  Add design considerations
  Add deletetg implementation description
  Tweak invalid preamble and invalid value cases for deletetg parser test
  Resolve requested changes by adding clarity
  Replace addressbook mentions with TACH
  Replace addressbook mentions with TACH
  Remove DeleteTutorialGroupDescriptor
  Remove unused logos
  Dummy commit
  update use case
  Update dg with implementation details of GitHub and Telegram
  ...
Change find command such that it will
- Find and list all Students in address book whose name contains ALL of the argument keywords.
- instead of ANY of the argument keywords.

update MESSAGE_ADD_TUTORIAL_GROUP_SUCCESS output for addTutorialGroupCommand.
Allow text wrap
Allow text wrap for telegram, github and email labels
Add padding between vbox
# Conflicts:
#	src/test/java/seedu/address/logic/commands/CommandTestUtil.java
Add test cases to check for empty input to FindCommand
- isolated from FindCommandParser
Update documentation for:
- find command
- get command (remove)
LowJiaHao99 and others added 30 commits April 11, 2022 08:46
Update ppp, delete the example ppp
* 'master' of https://github.com/vanessaxuuan/tp:
  edit helpguide
  Update add student sequence diagram image
  Resolve add student sequence diagram
  Update ppp, delete the example ppp
  Reload UML diagrams
  Update UML diagrams and fix grammatical errors in ug
  no message
  no message
  edit help guide

# Conflicts:
#	docs/diagrams/AddTutorialGroupSequenceDiagram.puml
#	docs/images/AddTutorialGroupSequenceDiagram.png
…-storage-file-name

Revert "Refactor addressbook json files to TACH"
Refactor TACH.json to addressbook.json and fix some errors in ug and dg
LGTM
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