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

Add FindClientType Command #64

Merged
merged 3 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Add FindClientType command

    Add FindClientTypeCommand, FindClientTypeCommandParser,
    ClientTypeContainsKeyword for the new short cut find client type
    command.
    Update ClientHubParser to account for the case when the command is
    "fc" which is the short cut command for find ClientType.
    jereeemyyyy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1cb3348 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle of newly added classes

    Fix the checkstyle according to CS2103T coding standards for the new
    classes created
    jereeemyyyy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9fb5c60 View commit details
    Browse the repository at this point in the history
  3. Add FindClientTypeCommand

    Resolved merge conflict.
    Add FindClientTypeCommand and the relevant classes
    jereeemyyyy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c4fcc8 View commit details
    Browse the repository at this point in the history