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

Tag function allows duplicate tags on edited stores #5

Open
ama-chi opened this issue Nov 11, 2022 · 1 comment
Open

Tag function allows duplicate tags on edited stores #5

ama-chi opened this issue Nov 11, 2022 · 1 comment

Comments

@ama-chi
Copy link
Owner

ama-chi commented Nov 11, 2022

To reproduce:

  1. edit a store

Screenshot 2022-11-11 at 5.02.25 PM.png

  1. Add a tag that already exists to that store

Expected: Tag should be rejected

Screenshot 2022-11-11 at 5.04.30 PM.png

Actual: Tag accepted

Screenshot 2022-11-11 at 5.03.19 PM.png

Now store contains 2 duplicate tags, with the visual bug mentioned in an earlier issue.

Screenshot 2022-11-11 at 5.04.03 PM.png

@nus-se-script
Copy link

nus-se-script commented Nov 14, 2022

Team's Response

The UG indicates that each tag should be preceded by a -t prefix as follows:

  • At the top of the features section:

image.png

  • For the tag command:

image.png

From the images, we believe the tester has incorrectly input multiple tags preceded by only one -t prefix, causing multiple words to be parsed as an individual tag, even though he intended for each word to be individual tags.

There are no duplicate tags, and we believe this is evident by how each tag is displayed in its own red box. Hence, the application is behaving as expected.

Items for the Tester to Verify

❓ Issue response

Team chose [response.Rejected]

  • I disagree

Reason for disagreement: [replace this with your explanation]


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

No branches or pull requests

2 participants