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

Disable doubleclick and dialog close on distribution, request confirmations. (Urgent) #4644

Open
2 tasks
cielf opened this issue Sep 8, 2024 · 0 comments
Open
2 tasks

Comments

@cielf
Copy link
Collaborator

cielf commented Sep 8, 2024

Summary

Disable double click and dialog close on distribution and request confirmations

Why?

This can cause bad things to happen, disrupting the event sourcing and ultimately causing a bank to be unable to process any transactions

Details

The confirmations in question are:

1/ Request confirmation

Navigation: sign in as [email protected]. Chose Quantity. Fill in the form including at least one item/quantity pair, and click save. A confirmation will appear -- this is the confirmation screen we are talking about.

Both buttons should be disabled once the "yes, it's correct" button is clicked.
Please also change the colour of the "yes, it's correct" button to green (like the save button on the request)

2/ Distribution confirmation

Navigation: sign in as [email protected]. Choose Distributions , then click "+New Distribution". Choose a Partner and a "From storage location", then select an item and fill in a quantity. Click Save. A confirmation will appear -- this is the confirmation screen we are talking about.

Both buttons should be disabled once the "yes, it's correct" button is clicked.

Both buttons should be disabled once the "yes, it's correct" button is clicked.
Please also change the colour of the "yes, it's correct" button to green (like the save button on the distribution)

Criteria for completion

  • behaviour as described above
  • autoated tests confirming the behaviour
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

1 participant