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
Add decision function UI: modal, PolicyForm integration, and stale ref fix
DecisionFunctionModal with CodeMirror editors (JS + JSON), autocomplete,
templates, test panel, shared function warning, and optimistic concurrency.
PolicyForm gains toggle-based decision function attachment (create/select/
edit/detach). Fixes stale reference dead-end where detaching a deleted
function left no way to attach a new one.
-`src/pages/AdminAuditPage.tsx` — Centralized admin audit log with filters (resource type, actor, date range)
24
26
-`src/types/policy.ts` — TypeScript interfaces for policies, assignments (`PolicyType`, `AssignmentScope`, `TargetEntry`)
25
27
-`src/types/role.ts` — TypeScript interfaces for roles, members, audit entries
26
-
-`src/types/decisionFunction.ts` — TypeScript interfaces for decision functions (`DecisionFunction`, `DecisionFunctionCreate`, `DecisionFunctionUpdate`)
27
-
-`src/api/decisionFunctions.ts` — API client functions for decision function CRUD (`listDecisionFunctions`, `getDecisionFunction`, `createDecisionFunction`, `updateDecisionFunction`, `deleteDecisionFunction`)
0 commit comments