-
Notifications
You must be signed in to change notification settings - Fork 520
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-F14-1] InternHub #62
base: master
Are you sure you want to change the base?
[CS2103T-F14-1] InternHub #62
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #62 +/- ##
============================================
- Coverage 75.26% 74.46% -0.80%
- Complexity 419 532 +113
============================================
Files 71 87 +16
Lines 1338 1821 +483
Branches 126 198 +72
============================================
+ Hits 1007 1356 +349
- Misses 301 409 +108
- Partials 30 56 +26 ☔ View full report in Codecov by Sentry. |
…mber of Days In this commit, I updated the ReminderCommand and ReminderCommandParser to allow specifying any number of days for filtering upcoming interviews instead of a fixed 3-day period. Modified the ReminderCommand class to accept a variable number of days through its constructor. Updated the ReminderCommandParser to parse the user input and pass the specified number of days to the ReminderCommand constructor. Refactored the execution logic in ReminderCommand to utilize the provided number of days for filtering upcoming interviews. This change enhances the flexibility of the ReminderCommand feature, allowing users to specify any desired number of days for viewing upcoming interviews.
This commit resolves conflicts that arose from renaming the project from AddressBook to InternHub. The conflicts occurred due to changes in file paths, references, and other dependencies throughout the codebase. Manual intervention was required to reconcile conflicting changes and ensure consistency in the project structure and functionality.
Resolve conflicts caused by renaming from AddressBook to InternHub
update ViewPanel showing '-' if note is empty
edit message
This commit introduces unit tests for the ReminderCommand class to ensure correct behavior when executing reminder commands and counting list sizes. Additionally, ReminderCommandParserTest is included to verify the functionality of parsing input arguments for the reminder command, handling both valid and invalid inputs as specified in the requirements.
This commit introduces unit tests for the ReminderCommand class to ensure correct behavior when executing reminder commands and counting list sizes. Additionally, ReminderCommandParserTest is included to verify the functionality of parsing input arguments for the reminder command, handling both valid and invalid inputs as specified in the requirements.
This commit introduces unit tests for the ReminderCommand class to ensure correct behavior when executing reminder commands and counting list sizes. Additionally, ReminderCommandParserTest is included to verify the functionality of parsing input arguments for the reminder command, handling both valid and invalid inputs as specified in the requirements.
DG updated to include implementation of NoteCommand
Add ReminderCommandTest and ReminderCommandParserTest
Width of note sequence increased for better visibility
Format changes to DG & resized NoteSequence.puml
replace default link found in HelpWindow to our team's UG link
build jar trial and fix bug
add logging message
Update UG with new layout, InterviewDate minor bug fixes
replace link pointing to addressbook to InternHub
FAQ update
update ug example
Update Developer's Guide
Added design considerations and diagrams for filter command
Added design considerations and diagrams for filter command
DG updates for filter command
due to interview date being pass today date, the test cases will fail. we edit the test case to pass the test cases
update ppp & test cases
InternHub helps Computer Science students manage contact details of companies and interview dates during their internship hunt. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.