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-T09-1] InternBuddy #14

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

Conversation

blanklogic
Copy link

InternBuddy helps university students, specifically Computer Science majors manage detail of their internship applications. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Sep 14, 2024

Codecov Report

Attention: Patch coverage is 73.41211% with 180 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...rc/main/java/seedu/internbuddy/ui/CompanyCard.java 0.00% 66 Missing ⚠️
...eedu/internbuddy/logic/commands/UpdateCommand.java 71.42% 7 Missing and 5 partials ⚠️
...a/seedu/internbuddy/model/util/SampleDataUtil.java 0.00% 11 Missing ⚠️
...a/seedu/internbuddy/logic/commands/FavCommand.java 68.96% 6 Missing and 3 partials ⚠️
...seedu/internbuddy/logic/commands/UnfavCommand.java 70.00% 6 Missing and 3 partials ⚠️
...du/internbuddy/logic/commands/WithdrawCommand.java 81.81% 5 Missing and 3 partials ⚠️
...seedu/internbuddy/logic/commands/ApplyCommand.java 76.66% 5 Missing and 2 partials ⚠️
.../seedu/internbuddy/logic/commands/ViewCommand.java 70.83% 5 Missing and 2 partials ⚠️
...main/java/seedu/internbuddy/model/AddressBook.java 46.15% 6 Missing and 1 partial ⚠️
.../seedu/internbuddy/logic/commands/EditCommand.java 87.75% 3 Missing and 3 partials ⚠️
... and 13 more
Files with missing lines Coverage Δ Complexity Δ
...ain/java/seedu/internbuddy/logic/LogicManager.java 78.26% <100.00%> (ø) 3.00 <0.00> (?)
...rc/main/java/seedu/internbuddy/logic/Messages.java 90.47% <100.00%> (ø) 4.00 <1.00> (?)
...a/seedu/internbuddy/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (?)
...eedu/internbuddy/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 8.00 <0.00> (?)
.../seedu/internbuddy/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (?)
...edu/internbuddy/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 4.00 <0.00> (?)
...u/internbuddy/logic/parser/ApplyCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...edu/internbuddy/logic/parser/ArgumentMultimap.java 100.00% <100.00%> (ø) 14.00 <1.00> (?)
...java/seedu/internbuddy/logic/parser/CliSyntax.java 90.90% <100.00%> (ø) 1.00 <0.00> (?)
.../internbuddy/logic/parser/DeleteCommandParser.java 100.00% <ø> (ø) 2.00 <0.00> (?)
... and 41 more

juliantayyc pushed a commit to juliantayyc/tp that referenced this pull request Oct 3, 2024
uniqly and others added 28 commits October 17, 2024 14:37
Add initial implementation of Apply Command
Update user guide with new features
Add GUI for Applications + handle optional values
uniqly and others added 30 commits November 7, 2024 22:24
Fix compile error due to index exceed message
Refactor and Enhance FindCommand
Remove AddressBook Level-3 reference and redundant Tutorials
…nfavourite-commands

Update Developer Guide for fav and unfav feature implementations
Update Developer Guide implementation for Apply and Update features
Add view feature into Developer Guide and User Guide
Add status notes and view command screenshot in User Guide
…into branch-editFavCommandAlreadyFavourited
…avourited

Enhance fav and unfav command for favourited and unfavourited Company
…g-updatecommand

Fix output message for update command & update empty lists error messages
…essage-missing-optional-asapp_status-field

Fix output errors related to AppStatus
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.

4 participants