Implements Phase 2a of board classifieds redesign: - GET/POST /api/board/posts (list with tag/author filters, create) - PATCH/DELETE /api/board/posts/:id (author-only) - GET /api/board/channels (member) - POST /api/admin/board-channels (admin) - PATCH/DELETE /api/admin/board-channels/:id (admin) Adds board_post_created activity type. |
||
|---|---|---|
| .. | ||
| posts | ||
| channels.get.js | ||
| posts.get.js | ||
| posts.post.js | ||
| suggestions.get.js | ||