guardian / guardian/workflow-frontend
Manage character limit for notes on the frontend
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 2
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 5
Description
The dashboard showed a spike in errors from workflow for:
"value too long for type character varying(500)":
The cause appears to be a user trying to update the "note" field with an extra-long value.
We should be reflecting this limit in the UI and preventing the frontend from making the update requests if they will fail due to the lenght of the value.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.