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-F09-1] MyGM #60

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

Conversation

DALIN-Prog
Copy link

MyGM is a desktop app for high school basketball team trainers to manage players’ contacts and data. It is optimized for use via a Command Line Interface (CLI) so that frequent tasks can be done faster by typing in commands.

@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2022

Codecov Report

Merging #60 (740e1dc) into master (4f7660a) will decrease coverage by 15.05%.
The diff coverage is 53.15%.

@@              Coverage Diff              @@
##             master      #60       +/-   ##
=============================================
- Coverage     72.15%   57.10%   -15.06%     
- Complexity      399      635      +236     
=============================================
  Files            70      106       +36     
  Lines          1232     2835     +1603     
  Branches        125      385      +260     
=============================================
+ Hits            889     1619      +730     
- Misses          311     1052      +741     
- Partials         32      164      +132     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...rc/main/java/seedu/address/logic/DataAnalyzer.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 0.00% <0.00%> (-75.00%) ⬇️
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <ø> (ø)
...java/seedu/address/logic/commands/SortCommand.java 0.00% <0.00%> (ø)
.../seedu/address/logic/parser/SortCommandParser.java 0.00% <0.00%> (ø)
...el/lineup/exceptions/DuplicateLineupException.java 0.00% <0.00%> (ø)
... and 80 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...740e1dc. Read the comment docs.

brandonrhan and others added 29 commits March 31, 2022 19:52
Update UserGuide.md for Edit, Delete, Clear and Theme Command
Implement more flag for view person and view person w/o lineup
Update user guide to remove outdated information
Updates UG and resolves current CI issues
Implement sorting command for player based on height,weight,jersey
brandonrhan and others added 30 commits April 11, 2022 20:31
Fix Add lineup message bug
Fix default display of players
Add implementation for sort in DG
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