summaryrefslogtreecommitdiffstats
path: root/docs/meshbay-draft-v4.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/meshbay-draft-v4.md')
-rw-r--r--docs/meshbay-draft-v4.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/meshbay-draft-v4.md b/docs/meshbay-draft-v4.md
index fe6a521..7fea132 100644
--- a/docs/meshbay-draft-v4.md
+++ b/docs/meshbay-draft-v4.md
@@ -1,7 +1,7 @@
# MeshBay — Architecture Draft v4
-> Status: active development — Phases 1–10 complete (except 10.9 → Phase 13), 155 tests.
-> Changes from v3: web client transport (WebRTC DataChannel), web UI architecture, hub roles (admin/moderator), hub mirror design, browser-specific NAT traversal, chat storage clarified, Phase 8 security items resolved, Phase 10 site overlay + admin/moderation UI + notifications + group search + version endpoint.
+> Status: active development — Phases 1–10b complete (except 10.9 → Phase 13), 166 tests.
+> Changes from v3: web client transport (WebRTC DataChannel), web UI architecture, hub roles (admin/moderator), hub mirror design, browser-specific NAT traversal, chat storage clarified, Phase 8 security items resolved, Phase 10 site overlay + admin/moderation UI + notifications + group search + version endpoint, Phase 10b self-service UI (group create/join/invite, file upload, IndexedDB caching, cross-group search).
---
@@ -256,6 +256,8 @@ Complete table of validated and planned hub REST API endpoints. Endpoints marked
| POST | `/v1/notifications/read-all` | Access token | Mark all notifications as read | ✓ Phase 10 |
| GET | `/v1/groups?q=` | None | Search public groups by name (ilike) | ✓ Phase 10 |
| GET | `/v1/hub/version` | None | Client version check (hub, MNP, MHP) | ✓ Phase 10 |
+| GET | `/v1/groups/{id}/members` | Access token | List group members (requires membership) | ✓ Phase 10b |
+| POST | `/v1/groups/{id}/join` | Access token | Self-join open group | ✓ Phase 10b |
### 4.2 Mesh Node