Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/app-1003-03-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aragon/app": none
---

Internal stack layer — no user-facing changes.
26 changes: 0 additions & 26 deletions .github/workflows/app-slot-docs.yml

This file was deleted.

47 changes: 0 additions & 47 deletions apps/app/docs/slots/_metrics.md

This file was deleted.

97 changes: 0 additions & 97 deletions apps/app/docs/slots/application-slots.md

This file was deleted.

16 changes: 0 additions & 16 deletions apps/app/docs/slots/create-dao-slots.md

This file was deleted.

54 changes: 0 additions & 54 deletions apps/app/docs/slots/governance-slots.md

This file was deleted.

22 changes: 9 additions & 13 deletions apps/app/docs/slots/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,19 @@ ApplicationSlotId ...
|---|---|
| Use an existing slot in a page or component | [Consuming Slots](./consuming-slots.md) |
| Create a new slot or register a new plugin | [Creating Slots](./creating-slots.md) |
| See all governance slots | [Governance Slots Reference](./governance-slots.md) |
| See all settings slots | [Settings Slots Reference](./settings-slots.md) |
| See all create DAO slots | [Create DAO Slots Reference](./create-dao-slots.md) |
| See application & DAO-level slots | [Application Slots Reference](./application-slots.md) |

## Slot Inventory

| Module | Enum | Slots | Reference |
|---|---|---|---|
| Governance | `GovernanceSlotId` | 20 | [governance-slots.md](./governance-slots.md) |
| Settings | `SettingsSlotId` | 4 | [settings-slots.md](./settings-slots.md) |
| Create DAO | `CreateDaoSlotId` | 5 | [create-dao-slots.md](./create-dao-slots.md) |
| Application | `ApplicationSlotId` | 1 | [application-slots.md](./application-slots.md) |
| Dashboard (DAO-level) | `DashboardDaoSlotId` | 1 | [application-slots.md](./application-slots.md#dao-level-slots) |
| Capital Flow (DAO-level) | `CapitalFlowDaoSlotId` | 2 | [application-slots.md](./application-slots.md#dao-level-slots) |
Slot enums are the source of truth — each module defines its slots in code:

**Total: 33 slots** across 6 enums. See [metrics](./_metrics.md) for the full coverage matrix.
| Module | Enum | Source |
|---|---|---|
| Governance | `GovernanceSlotId` | `src/modules/governance/constants/moduleSlots.ts` |
| Settings | `SettingsSlotId` | `src/modules/settings/constants/moduleSlots.ts` |
| Create DAO | `CreateDaoSlotId` | `src/modules/createDao/constants/moduleSlots.ts` |
| Application | `ApplicationSlotId` | `src/modules/application/constants/moduleSlots.ts` |
| Dashboard (DAO-level) | `DashboardDaoSlotId` | `src/modules/dashboard/constants/moduleDaoSlots.ts` |
| Capital Flow (DAO-level) | `CapitalFlowDaoSlotId` | `src/modules/capitalFlow/constants/moduleDaoSlots.ts` |

## Registered Plugins

Expand Down
16 changes: 0 additions & 16 deletions apps/app/docs/slots/settings-slots.md

This file was deleted.

1 change: 0 additions & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"lint": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"lint:check": "biome check --no-errors-on-unmatched --files-ignore-unknown=true",
"type-check": "tsc --noEmit",
"generate:slot-docs": "node scripts/generateSlotDocs.mjs",
"setup": "./scripts/setupEnv.sh",
"e2e": "playwright test --config e2e/playwright.config.ts",
"e2e:ui": "playwright test --config e2e/playwright.config.ts --ui",
Expand Down
Loading
Loading