We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An existing client
The user navigates to the clients detail page or all clients page, and clicks on an action button for "Proposal & Retainer - Commit To Proposal "
A modal opens with a package form, pre-filled with client data.
If the form has invalid data, the form button will be disabled and the form fields will display informative feedback.
After successful update, the modal is closed and the user is shown the original page again.
O: 0.25 R: 0.5 P: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given
An existing client
When
The user navigates to the clients detail page or all clients page, and clicks on an action button for "Proposal & Retainer - Commit To Proposal "
Then
A modal opens with a package form, pre-filled with client data.
If
If the form has invalid data, the form button will be disabled and the form fields will display informative feedback.
Then
After successful update, the modal is closed and the user is shown the original page again.
Estimate
O: 0.25
R: 0.5
P: 1
The text was updated successfully, but these errors were encountered: