Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

No feedback given to the user when invalid input is provided #237

Open
karenetheridge opened this issue Aug 20, 2020 · 0 comments
Open

No feedback given to the user when invalid input is provided #237

karenetheridge opened this issue Aug 20, 2020 · 0 comments
Labels
v4 Changes related to conch v3

Comments

@karenetheridge
Copy link
Contributor

e.g. when editing a hardware product field and providing a string where an integer is expected, the POST is sent and then no feedback is given to the user that the input was invalid.

In many cases the check can be done right in the UI (since numbers are submitted properly as numbers in numeric fields, the UI clearly knows which fields are intended to be numeric and which are strings). In other cases the API does additional checks and so the 400 response will need to be detected and conveyed to the user.

(related: #196)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v4 Changes related to conch v3
Projects
None yet
Development

No branches or pull requests

1 participant