Make Validation Checks Orthogonal to Review #296
Reference in New Issue
Block a user
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?
Brainstorming an idea in real time here. Maps should generally not be "accepted" more than once, unless an issue is discovered after accepting that sends the map back to changes requested. However, I find myself regularly doing this to request script changes. Come to think of it, anything in the map could change when the model is updated, so it does effectively need to be reviewed from scratch...
Maps should be able to be rechecked at multiple review stages. For example, it's a problem that maps have to be sent back across the "accepted" barrier when I request script changes, in order to re-run the checks. So map checking should be possible orthogonally to the review pipeline, making the "Submitting" status unnecessary.
Components:
Workarounds:
In the end I'm not entirely sure if this is necessary or even a problem.
Validation Checks are Orthogonal to Reviewto Make Validation Checks Orthogonal to ReviewThis is actually a different solution to the same issue as #280
This is dumb, the validation is not actually orthogonal. The map maker should pass the checks before the map can be submitted, I just need to be able to run the checks again when they make changes after it's accepted. Closing in favour of #280.