-
Notifications
You must be signed in to change notification settings - Fork 45
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
RFC: Publish improvements #380
Comments
Awesome to see this getting some TLC! :) A few thoughts...
|
@schanzer Are you sure about 1? I am fairly sure it is published, and the link works, after clicking the first button. |
If it does, then the buttons on second dialog box are misleading. An operation can't be cancelled if it was already completed. |
Yeah but I think that is true. Every modal had that button automatically,
and it is already known that it didn’t make sense in other places. So yeah
it needs to change one way or the other.
…On Mon, May 31, 2021 at 8:22 PM Emmanuel Schanzer ***@***.***> wrote:
If it does, then the buttons on second dialog box are misleading. An
operation can't be cancelled if it was already completed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#380 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACCL6HETEJCW7XZI5XCDDTQN5QJANCNFSM452JU46Q>
.
|
Further discussion in #414. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is intended for a quick discussion of proposed changes to the UI for publishing files from CPO.
I am especially interested in feedback from instructors and trainers who have had trouble with using publish as a mechanism for:
Problems
Proposal
My proposed set of changes are restricted to keeping the current behavior, but making it clearer in the UI.
On first publishing a file, it should be clearer that it is only the current version being shared
After publishing, the publish state should be easier to understand
Make sure we're timing out, handling errors, and logging issues with any requests that could break or spin
Alternatives / extensions
Current state
When you publish a file for the first time, you are greeted with:
After accepting that warning, the modal closes for several seconds and it's easy to miss the bottom-right message saying something is happening. Then the full Publish modal opens up on its own again. Importantly, this modal has yet another Publish button, which is actually distracting and has no visible side-effect, because the code is already published and hasn't yet been changed.
The full publish modal, seen on subsequent clicks, looks like:
The text was updated successfully, but these errors were encountered: