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

Validation / Notification for missing values #233

Open
skjerns opened this issue Mar 27, 2021 · 3 comments
Open

Validation / Notification for missing values #233

skjerns opened this issue Mar 27, 2021 · 3 comments
Assignees

Comments

@skjerns
Copy link
Member

skjerns commented Mar 27, 2021

Implement a way to validate the database input that is displayed on the current page, e.g. if an email is incorrectly formatted.

mainly to sanitize input that has been made before

@daniel17903
Copy link
Contributor

Also show a list of missing value on status page

@desombre
Copy link

desombre commented Jan 6, 2022

Implement a way to validate the database input that is displayed on the current page, e.g. if an email is incorrectly formatted.
mainly to sanitize input that has been made before

@skjerns The first part is is unclear to me; on what "current page"? Also if the data is displayed, how is it used as "database input"?

@skjerns
Copy link
Member Author

skjerns commented Jan 6, 2022

I probably meant the pagination / list view of current rentals/items/customers. such that missing fields are highlighted in this view (e.g. by highlighting the cell that has incorrect/missing data).

However, currently I'd say that validation of input when creating new entries is more important and easier to implement (in the popup).

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

4 participants