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

FE: Tag Management and Validation (Add tags to links) #19

Open
3 tasks
reesegreen2014 opened this issue Aug 21, 2024 · 1 comment
Open
3 tasks

FE: Tag Management and Validation (Add tags to links) #19

reesegreen2014 opened this issue Aug 21, 2024 · 1 comment
Labels

Comments

@reesegreen2014
Copy link
Collaborator

  • Validate tags before they are added to the list to ensure they don't already exist
  • Display an error or a prompt to the user if they attempt to add an already existing tag.
  • Handle edge cases where tags might be similar but still valid ("JS", "Java", "Javascript")
@epintozzi
Copy link

I think you'll want to work closely with BE on what kind of validating they can/should handle. It might make more sense for you to just send all user input and receive a 200 or an error from the backend.

@Swatzell Swatzell removed their assignment Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

3 participants