feat(phase3): forum channels + tags + card UI

This commit is contained in:
2026-06-30 10:44:52 -04:00
parent f3f03df710
commit 368172e3d6
12 changed files with 407 additions and 87 deletions
+2 -2
View File
@@ -35,14 +35,14 @@
---
## Phase 3 — Threads & Forums 🔄 IN PROGRESS
## Phase 3 — Threads & Forums ✅ COMPLETE
> Guilded's thread and forum system kept busy servers organized.
| # | Feature | Status |
|---|---------|--------|
| 3.1 | Threads | ✅ Reused channels table + thread panel |
| 3.2 | Forum Channels | Pending |
| 3.2 | Forum Channels | ✅ Forum posts as threads + tags + card view |
### 2.1 Per-Channel Permission Overrides
- **Backend:** New `channel_overrides` table (channel_id, target_type: role/user, target_id, allow_bitflags, deny_bitflags). Extend permission checker to layer channel overrides on top of role permissions.