'Try Again' button when publishing a new mod / editing one #186
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?
Perhaps we can also do that "Try Again" thing but for when a mod submission/edit hangs after 30 to 40 seconds? (after the caching feature is implemented).
Basically a popup appears "It seems like it's taking longer than usual to publish the mod. Try to republish again?" (yes/wait) and it appears again after 30-40seconds again if they press wait.
Pressing it would result in caching the fields, refreshing the page, and auto-publishing again.
(a potential concern is if this process happens and the mod/edit has been published already, resulting in a double or more publishing).
(i think we can do something similar to how the other project (s) is doing it)
@freakoverse
In case of the edit, I don't think it's an issue if we publish twice. The problematic part is the new mod and first creation since submit will produce new mod (new
uuid
anddTag
), although we can handle it by caching those values too. I believe this can work, publishing it again like it's normal edit.I have checked ndk kit, coracle and primal sources to see if they have any
try again
implementation but no luck (haven't spent much time on it) if you know exact client that has this implemented let me know.