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

[W5.7][F11-2] Teo Wei Zheng #458

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

teowz46
Copy link

@teowz46 teowz46 commented Sep 13, 2018

Added a new command, "findtag", to search for people using their tags. This was added as tags do not serve much purpose currently and adding this command would lead to more purposeful use of the tags.

Currently, the tags for each person do not seem to serve any purpose.

However, the tags can be a useful and flexible way for filtering out certain types of people.

Let's add a new command to allow users to search people by their tags.
The new command for finding people by tag is not a recognised command yet.

This commit adds the option "findtag" into the CLI. At this stage, invoking the "findtag" command with any number of arguments will only print a test message.
The "findtag" command is currently recognised but only prints a test message as of now.

This commit adds in the functionality of this function. Users may now use the "findtag" command and provide multiple tags to search for people with the given tags.
The command "findtag" has been implemented but not tested yet.

This commit adds several test cases to ensure that the command functions properly.
The "findtag" command has been implemented but lacks a proper unit test.

Bugs may be present that may not be discoverable by users.

This commit adds several JUnit tests to ensure the correctness of this command.
The command "findtag" has been implemented but the user guide has not been updated.

Users may be unaware of the existence of this command or may not understand how to use it.

The user guide has been updated to teach users about this command.
@teowz46 teowz46 changed the title [W5.7][F11-2] [W5.7][F11-2] Teo Wei Zheng Sep 13, 2018
@adamwth
Copy link

adamwth commented Sep 13, 2018

good job!!!!!!! great effort in creating test cases too!

Copy link

@liliwei25 liliwei25 left a comment

Choose a reason for hiding this comment

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

Good Job! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants