You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plan/M03-agency-operations.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ Replace mock agency workflows with real data operations.
17
17
-[x] Wire `/agency/users` to real user management page.
18
18
-[x] Remove high-visibility "coming soon" placeholders in core agency routes.
19
19
-[x] Connect docket pages to real Supabase tables/RPCs.
20
-
-[] Ensure moderation queue reads/writes real moderation data.
20
+
-[x] Ensure moderation queue reads/writes real moderation data.
21
21
22
22
## Acceptance criteria
23
23
24
-
-[] Agency can create and manage dockets without mock data.
25
-
-[] Agency moderation actions persist and are auditable.
24
+
-[x] Agency can create and manage dockets without mock data.
25
+
-[x] Agency moderation actions persist and are auditable.
26
26
27
27
## Risks/blockers
28
28
@@ -40,3 +40,4 @@ Replace mock agency workflows with real data operations.
40
40
- 2026-02-11: Replaced public placeholder screens for data access and platform status with implemented content pages.
41
41
- 2026-02-11: Replaced mock data in `src/pages/agency/DocketList.tsx` with real Supabase queries scoped to current agency membership.
42
42
- 2026-02-11: Implemented real docket creation in `src/pages/agency/DocketWizard.tsx` including identity-mode, moderation/captcha settings, and best-effort supporting document persistence.
43
+
- 2026-02-11: Updated moderation logic to canonical comment statuses (`under_review`/`published`) with compatibility mapping for legacy values and persisted moderation logging.
0 commit comments