Workspace: Spring MVC Difficulty: Hard Time: 90 minutes
Context
A pickup coordinator allocates slots across several pickupWindows to handle a new request without opening the wrong record. The supplied API may succeed for one row and fail or replay another. The current Spring MVC implementation rolls back shared state and can apply the same intent twice.