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

When an entity (user, client, token) is edited, a flash message should appear #47

Closed
netsensei opened this issue Jan 23, 2018 · 4 comments

Comments

@netsensei
Copy link
Contributor

Detailed description

When editing or updating an entity as an administrator (user, client,...) you don't get a message if the edit wether or not the edit was successful. This leaves the administrator in the dark if things went as expected.

When a form is submitted, it should always show a proper flash message reporting whether an action went as expected.

Context

Usability issue.

@Kitania
Copy link

Kitania commented Jun 13, 2018

Flash is considered unsafe and deprecated (and most browsers don't enable it on default), wouldn't it be better to use a Javascript popup message instead?

@netsensei
Copy link
Contributor Author

Oh! I didn't mean "Flash, the technology". Flash message = Alert Message.

See: https://getbootstrap.com/docs/4.0/components/alerts/

Flash = popup message that appears after action and disappears after 5 seconds.

@Kitania
Copy link

Kitania commented Jun 15, 2018

Oh, that kind of flash.

@netsensei
Copy link
Contributor Author

This issue is an general problem. I'm going to close this and revisit it in more specific / concrete issues / use cases. See #66 and it's sub issues to get the idea.

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

2 participants