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

Create Project: keyword issues #14

Open
romgrk opened this issue Aug 22, 2019 · 0 comments
Open

Create Project: keyword issues #14

romgrk opened this issue Aug 22, 2019 · 0 comments

Comments

@romgrk
Copy link
Collaborator

romgrk commented Aug 22, 2019

  1. When clicking on a keyword to delete it, the project form is submitted. This happens because any button inside a <form> has type=submit by default. You need to set type=button to disable this behavior.
    image

  2. Clicking on a keyword to delete it is not an intuitive way to do it. Users expect to have a delete button, like these:
    image

  3. When there is no input in the keyword search box, the existing keywords are not discoverable. We might want to see the list of currently existing keywords, and use the search box to filter them (or create if required).

  4. Minor issue. Whenever a keyword is added, there is a request to /api/tag/create, even if the keyword already exists. This request replies with the existing keyword. I would expect no request to be made as we already have everything we need on the front-end.

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

No branches or pull requests

1 participant