Group buttons and add confirmation dialogues #310
Reference in New Issue
Block a user
Delete Branch "feature/review-buttons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reviewer:





Submitter:
Admin:
Confirmation Dialogue:

Example where both groups show up:

Note that the 'reset-*' endpoints are actually for catastrophic failure recovery and are inhibited after the action started for at least 10 seconds. Pressing them usually wreaks havoc if there was no failure.
Is this a request to rephrase them?
@@ -36,0 +87,4 @@name: "Request Changes",action: "request-changes",confirmTitle: "Request Changes",confirmMessage: "This will return to the submitter and change the status to 'Changes Requested'.",This wording is strange.
Suggestion:
Yes actually, I like the "Only press this if you're sure of X" wording from trigger-submit-unchecked. Something like "Only press this if you're sure the backend broke"
Suggestions:
reset-submitting -> Only press this if you're sure the backend failed during submission. Returns to 'Under Construction' status.
reset-validation -> Only press this if you're sure the backend failed during validation. Returns to 'Script Review' status.
reset-uploading -> Only press this if you're sure the backend failed during upload. Returns to 'Validated' status.
reset-releasing -> Only press this if you're sure the backend failed during release. Returns to 'Uploaded' status.
Updated with new scary text
Hell yeah long scary text
@@ -36,0 +26,4 @@name: "Submit for Review",action: "trigger-submit",confirmTitle: "Submit for Review",confirmMessage: "Are you ready to submit this for review? You can revoke it later if needed.",Are you ready to submit this for review? The model version is locked in once submitted, but you can revoke it and click submit again if needed.