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

Command and DeleteCommand Feature #26

Merged

Conversation

PureUsagi
Copy link

Add Command abstract class for future Command classes.
Add Delete Functionality to ItemList
Add DeleteCommand class to facilitate deletion of item in ItemList.

@YHWong20 YHWong20 self-requested a review March 12, 2024 11:21
@YHWong20 YHWong20 linked an issue Mar 12, 2024 that may be closed by this pull request
@YHWong20 YHWong20 added this to the v1.0 milestone Mar 12, 2024
Copy link

@YHWong20 YHWong20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@YHWong20 YHWong20 merged commit 8224a7e into AY2324S2-CS2113T-T09-2:master Mar 12, 2024
6 checks passed
@YHWong20 YHWong20 linked an issue Mar 19, 2024 that may be closed by this pull request
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.

Implement functionality to delete items from inventory As a user, I want to delete items
2 participants