diff --git a/docs/README.md b/docs/README.md index c021e989..2749a7c8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,6 +12,7 @@ Status legend: βœ… Implemented Β· 🚧 In progress Β· πŸ“‹ Proposed | [magic-query-params](magic-query-params.md) | βœ… Implemented | Session-bound view-query placeholders (`LOCALPUBKEY`, `SITEURL`, `CURRENTUSER`); replaced the custom introductions table with proper views (`ProfileIntroItem` removed) | | [role-specific-views](role-specific-views.md) | βœ… Implemented | View **action buttons** gated to a role tier (Maintainer, …) or specific role, via `gen:isVisibleTo` on the action node | | [structural-position](structural-position.md) | βœ… Implemented | `gen:hasStructuralPosition` `
..