generated from coulomb/repo-seed
feat: add workplan aliases and legacy meter
Adds preferred workplan REST/event surfaces, legacy-meter telemetry and weekly review summaries, documentation/dashboard terminology updates, dashboard API loading fixes, and close-out sync for STATE-WP-0052 and STATE-WP-0054.
This commit is contained in:
@@ -104,7 +104,7 @@ function queueControls(row) {
|
||||
}
|
||||
|
||||
save.onclick = () => run("saving", async () => {
|
||||
const response = await apiFetch(`/execution/workstreams/${row.workstream_id}/intent`, {
|
||||
const response = await apiFetch(`/execution/workplans/${row.workstream_id}/intent`, {
|
||||
method: "PATCH",
|
||||
headers: {"Content-Type": "application/json"},
|
||||
body: JSON.stringify(payload()),
|
||||
|
||||
Reference in New Issue
Block a user