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

Refactor ListCommand to ListClientCommand and update DG #55

Merged
merged 11 commits into from
Sep 26, 2020

Conversation

kelvinvin
Copy link

@kelvinvin kelvinvin commented Sep 25, 2020

fixes #43

This reverts commit 54ab55a.

	renamed:    src/main/java/seedu/address/logic/commands/DeleteCommand.java -> src/main/java/seedu/address/logic/commands/client/DeleteClientCommand.java
	renamed:    src/main/java/seedu/address/logic/parser/DeleteCommandParser.java -> src/main/java/seedu/address/logic/parser/DeleteClientCommandParser.java
	renamed:    src/test/java/seedu/address/logic/parser/DeleteCommandParserTest.java -> src/test/java/seedu/address/logic/parser/DeleteClientCommandParserTest.java
@kelvinvin kelvinvin added this to the v1.1 milestone Sep 25, 2020
@kelvinvin kelvinvin self-assigned this Sep 25, 2020
Copy link

@tanweijie123 tanweijie123 left a comment

Choose a reason for hiding this comment

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

Looks good.

@tanweijie123 tanweijie123 added the status.ToMerge These changes is approved and ready to merge label Sep 25, 2020
@kelvinvin kelvinvin merged commit c7d3630 into AY2021S1-CS2103T-T13-3:master Sep 26, 2020
@kelvinvin kelvinvin deleted the branch-listclients branch October 20, 2020 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.ToMerge These changes is approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a popular trainer, I can have a quick view of all my clients
2 participants