[CS2103-F09-1] TravelHub#134
Open
kararei wants to merge 402 commits into
Open
Conversation
The application currently lacks the ability to delete trips, which limits user flexibility in managing their travel plans. Adding this feature will allow users to remove trips they no longer need, improving the application's usability. Let's, * Implement DeleteTripCommand to handle trip deletion logic * Add DeleteTripCommandParser to parse user input for trip deletion * Create DeleteTripCommandTest for unit and integration testing * Add showTripAtIndex() in CommandTestUtil to support testing * Include DeleteTripCommandParserTest for parser validation This feature ensures users can manage trips effectively while maintaining data integrity and consistency. The addition of comprehensive tests guarantees robustness and prevents regressions.
#76 add notes when add trip
#82 add note to contact
Add List Command
Add edit trip command
Change colour of tags based on type
Add Trip Card and Panel Ui
…onfirmation-bottom-pop-up
Update UG command summary and DG use cases
…onfirmation-bottom-pop-up
…ttom-pop-up Implement confirmation for ClearCommand
Add UG Images
Update DG diagrams
Update manual test case
Add planned enhancement and clear command
minor bug fix
Update parameters
Edit use cases
Remove lines for feature freeze
Update Javadocs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TravelHub helps travel agents manage detail of their clients (Both customers and services). It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.