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

update DG, enable Assertion, rename to 'internhub', merge conflict #81

Merged
merged 7 commits into from
Mar 27, 2024

Conversation

eunrcn
Copy link

@eunrcn eunrcn commented Mar 27, 2024

No description provided.

Ashley and others added 7 commits March 27, 2024 15:31
update DG to include add command feature description

enable Assertion in build.gradle

add AddCommandClassDiagram.puml, AddSequenceDiagram.puml
to allow reader to better visualise how the add feature work

add 'note' to BetterModelClassDiagram.puml and ModelClassDiagram.puml

rename 'address' to 'internhub' to fit our project theme
update ReminderCommand.java, InternHubParser.java,
ReminderCommandParser.java, InterviewDate.java
…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.
@eunrcn eunrcn merged commit 71fb094 into AY2324S2-CS2103T-F14-1:master Mar 27, 2024
0 of 3 checks passed
@eunrcn eunrcn added this to the v1.3 milestone Mar 27, 2024
@ashleygoh1 ashleygoh1 changed the title Ashley update DG, enable Assertion, rename to 'internhub', merge conflict Mar 27, 2024
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.

2 participants