alpha
Login
or
Join now
vvill.dev
/
atmoquest
Star
6
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
An event companion and onboarding experience for the ATmosphere (alpha)
atmo.quest
Star
6
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
2
Pipelines
atmoquest
/
features
/
connections
/
at
main
1 folder
2 files
Brittany Ellich
refactor(connections): View badge uses most-recent connection record
7w ago
52675c20
pages
feat(connections): render current-event association checkbox Add CurrentEventURI, CurrentEventName, ConnRecordURI, and AssociatedWithCurrent fields to ProfileView, conditionally render a "met at <event>" checkbox inside the .pv-notes-section when both fields are non-empty, and include connection-event.js. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
handlers.go
refactor(connections): View badge uses most-recent connection record Align the "connected at" / event badge with the current-event checkbox, which both now select the most-recent record via FindForTarget. Previously the badge used first-match-in-listRecords-order, which could disagree when a target had multiple connection records. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
routes.go
feat(connections): POST /connections/{did}/event endpoint Adds SetConnectionEvent handler and route to toggle whether a viewer's connection record with a target DID is tagged with their current event. The event URI is always re-derived server-side from checkin.Current; the client only sends {"associate": bool}. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago