Auto Refresh Page for Validation #102

Open
opened 2025-04-05 22:16:46 +00:00 by Hjman · 1 comment

Title, refresh page after validating changes to validated. (also for uploading to uploaded)

Title, refresh page after validating changes to validated. (also for uploading to uploaded)
Quaternions added the
backend
enhancement
labels 2025-04-05 22:26:38 +00:00
Quaternions self-assigned this 2025-04-05 23:30:40 +00:00
Owner

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.

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.
Sign in to join this conversation.
No description provided.