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-W14-3] InternBuddy #99

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

Conversation

Graphcalibur
Copy link

@Graphcalibur Graphcalibur commented Feb 27, 2022

InternBuddy is a desktop app that helps undergraduate students keep track of the companies they've applied to for internships as well as any events you've arranged with them. It is optimized for CLI users who prefer to type commands for efficiency.

@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2022

Codecov Report

Merging #99 (35e550f) into master (4f7660a) will increase coverage by 0.44%.
The diff coverage is 74.69%.

@@             Coverage Diff              @@
##             master      #99      +/-   ##
============================================
+ Coverage     72.15%   72.60%   +0.44%     
- Complexity      399      806     +407     
============================================
  Files            70      121      +51     
  Lines          1232     2610    +1378     
  Branches        125      371     +246     
============================================
+ Hits            889     1895    +1006     
- Misses          311      581     +270     
- Partials         32      134     +102     
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/LogicManager.java 68.18% <0.00%> (-6.82%) ⬇️
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)
...a/seedu/address/logic/parser/ArgumentMultimap.java 85.71% <0.00%> (-14.29%) ⬇️
...eedu/address/logic/parser/DeleteCommandParser.java 100.00% <ø> (ø)
src/main/java/seedu/address/model/entry/Phone.java 80.00% <ø> (ø)
...redicate/CompanyNameContainsKeywordsPredicate.java 0.00% <0.00%> (ø)
...l/entry/predicate/DateWithinKeyDatesPredicate.java 0.00% <0.00%> (ø)
...y/predicate/LocationContainsKeywordsPredicate.java 0.00% <0.00%> (ø)
... and 86 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...35e550f. Read the comment docs.

albertsutz and others added 29 commits April 1, 2022 09:18
Add ArchiveAll, DeleteAll, and UnarchiveAll Commands
mradhyaf and others added 30 commits April 15, 2022 06:52
Add User Interface section under Overview of InternBuddy
* 'master' of github.com:albertsutz/tp:
  Update User Guide with Command Parameters
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