WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: consolidate Bruno collections into top-level bruno/

apps/appview/bruno/ was a leftover from when the admin role endpoints
were first written. The top-level bruno/ collection was created later
but never picked up the three files that already existed:

- Admin/Assign Role.bru
- Admin/List Members.bru
- Admin/List Roles.bru

Move all three into bruno/AppView API/Admin/ alongside the backfill
endpoints. Remove the now-redundant apps/appview/bruno/bruno.json and
environments/local.bru.

Add missing environment variables (target_user_did, role_rkey) to both
local.bru and dev.bru so Assign Role.bru resolves correctly.

Malpercio c6418c21 9c3dcb56

+4 -15
apps/appview/bruno/AppView API/Admin/Assign Role.bru bruno/AppView API/Admin/Assign Role.bru
apps/appview/bruno/AppView API/Admin/List Members.bru bruno/AppView API/Admin/List Members.bru
apps/appview/bruno/AppView API/Admin/List Roles.bru bruno/AppView API/Admin/List Roles.bru
-9
apps/appview/bruno/bruno.json
··· 1 - { 2 - "version": "1", 3 - "name": "atBB AppView API", 4 - "type": "collection", 5 - "ignore": [ 6 - "node_modules", 7 - ".git" 8 - ] 9 - }
-6
apps/appview/bruno/environments/local.bru
··· 1 - vars { 2 - appview_url: http://localhost:3000 3 - forum_did: did:plc:test-forum 4 - target_user_did: did:plc:test-target 5 - role_rkey: 3xxxxxxxxx 6 - }
+2
bruno/environments/dev.bru
··· 5 5 user_handle: user.bsky.social 6 6 topic_id: 1 7 7 board_rkey: 3k2a7b 8 + target_user_did: did:plc:test-target 9 + role_rkey: 3xxxxxxxxx 8 10 }
+2
bruno/environments/local.bru
··· 5 5 user_handle: user.bsky.social 6 6 topic_id: 1 7 7 board_rkey: 3k2a7b 8 + target_user_did: did:plc:test-target 9 + role_rkey: 3xxxxxxxxx 8 10 }