spec: update api consistency

Align optimistic locking conflict payload, update websocket docs, and adjust tests.
This commit is contained in:
beabigegg
2026-01-11 16:54:28 +08:00
parent f5f870da56
commit 2cb591ef23
9 changed files with 131 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
## 1. Implementation
- [ ] 1.1 Update WebSocket auth spec and align server handshake/error messaging with the agreed behavior
- [ ] 1.2 Update optimistic locking conflict response spec and implement standardized payload
- [ ] 1.3 Update workload heatmap defaults (hide_empty, week window) and cache behavior
- [ ] 1.4 Update frontend workload views and API handling if required by new defaults
- [ ] 1.5 Add/adjust tests for WebSocket auth, conflict responses, and workload heatmap defaults