Auto Refresh Page for Validation #102
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Title, refresh page after validating changes to validated. (also for uploading to uploaded)
My plan is to implement this using the operations like you see when creating a new submission. I could potentially remove the "Validating" and "Uploading" states entirely and replace the exclusive status transactions with an operation uniqueness check. However, I think that the current system works so I'll just make it use an operation to notify the client when the operation is complete.
Edit:
Also make sure to rate limit operations. Can do so in the same way as submission create.