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/BACKLOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ State: stabilization pass (no net-new product features unless explicitly approve
24
24
-[x] Access request note should be a one time thing for the users. Admins should still be able to see it even after approval, but it shouldn't be an editable field.
25
25
-[x] What does the reject button currently do?
26
26
-[x] Show profile pictures to other users when you click open the user popover. Also show a small one next to any user name in the UI
27
-
-[ ] User should be able to select if
27
+
-[ ] User should be able to select if e-mail should be visible to everyone or only admins
28
28
29
29
## Active stabilization backlog
30
30
@@ -37,7 +37,9 @@ State: stabilization pass (no net-new product features unless explicitly approve
37
37
-[ ] Restrict sign-ups and approval transitions with explicit lifecycle states
38
38
-[ ] Add dedicated auth/permission tests for critical flows
39
39
- Progress: baseline tests added for auth source resolution and error mapping; endpoint permission matrix still pending.
40
+
- Progress: added access-policy helper matrix tests (`functions/_lib/access.test.ts`) and endpoint gating helpers in users endpoints.
0 commit comments