-
Notifications
You must be signed in to change notification settings - Fork 22
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
As a ‘Developer’, I want to review my pending revision and have the option to cancel it #635
Labels
feature
New feature or request
front-end
Relates to front end issues
marketplace
Relates to the Marketplace
Milestone
Comments
nphivu414
pushed a commit
that referenced
this issue
Mar 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 24, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 24, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 24, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 24, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 24, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 25, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 25, 2020
nphivu414
pushed a commit
that referenced
this issue
Mar 25, 2020
nphivu414
pushed a commit
that referenced
this issue
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
New feature or request
front-end
Relates to front end issues
marketplace
Relates to the Marketplace
Given that I am a ‘Developer’, when I have submitted a revision on my app, I should then have the option to see what revisions are awaiting approval and to also have the option cancel that revision if required
Summary: Currently when a Developer makes a revision to their app, they cannot see what revisions are awaiting approval or have the option to cancel the revision. App revisions can only be ‘Rejected’ or ‘Approved’ by an ‘Admin’. In some instances, a ‘Developer’ may wish to make additional changes or cancel the current changes so we should present what is waiting to be approved and a ‘Cancel Pending Revision’ option.
Task: To display in a modal the revision(s) that have been submitted and add a ‘Cancel Pending Revisions’ button
Modal Title: Please confirm
Text: Are you sure you wish to cancel any pending revisions for this App?
Buttons: ‘Yes, proceed’ and ‘Cancel’
Button ‘Back to App’ should close the success modal
Current UI when a revision is pending approval:

Mockup of new UI:

When 'Pending Revision' is clicked:

When ‘Cancel Pending Revision’ is clicked, confirmation message mock up:

When ‘Yes, proceed’ is clicked, present ‘Success Message’, mock up below:

The text was updated successfully, but these errors were encountered: