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

simplify ui experience by removing unnessery dialog clicks in standard dialogs for crud #8

Open
thomaswoehlke opened this issue Nov 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@thomaswoehlke
Copy link
Contributor

thomaswoehlke commented Nov 13, 2022

Is your feature request related to a problem? Please describe.
You choose an Entity from a List and then you'll see it in an Details Page.
From this, you can Edit or Delete this Entity.
From the List View there is a button to create a new Entity.
If you save the new, save the edited oder delete the entity you'll be lead to the details page.
But: what if you'll have to enter more than one new entity?
I'm always frustrated when you just have to click the back button on details view to list view before you are safe to enter a new entity. [...]

Describe the solution you'd like
Dont think of an addNew, Edit oder Delete Page Flow as something which starts in details view, but every use case has its activity which has persisting, merging or removing the entity in the last step and then showing a flash message and the list view. This should remove several redundant clicks.

This should be clear for specials, pettypes, and vets.
But should rethink the user->pet->view Dialogs.

@ritonglue
Copy link

That's right, if you want to populate the database with many new entities, it's quite annoying to clic back and forth.

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

No branches or pull requests

2 participants