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
/
internal
/
connection
/
at
main
9 files
Brittany Ellich
refactor(connection): Put reuses buildConnectionValue (DRY)
7w ago
1adb9a47
connection.go
refactor(connection): Put reuses buildConnectionValue (DRY) Replace the inline map-building block in Put with a call to the buildConnectionValue helper, eliminating the duplication flagged in code review. Normalization of rec.ConnectedAt (zero → now) is preserved before the helper call. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
connection_test.go
feat(connection): SetEvent for in-place event tagging + FindForTarget Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
drain.go
Create PWA, install tap for listening to connections, update camera functionality
1 month ago
list.go
feat(connection): SetEvent for in-place event tagging + FindForTarget Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
list_test.go
feat(connection): SetEvent for in-place event tagging + FindForTarget Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
local.go
Create PWA, install tap for listening to connections, update camera functionality
1 month ago
local_test.go
Create PWA, install tap for listening to connections, update camera functionality
1 month ago
queue.go
Group B+C: Local→ATProto reciprocity and badge awards B: Local→ATProto connection reciprocity - New migration 019_pending_local_connections.sql for pending local reciprocal connections - Add Queue.EnqueueLocal() for local-initiated pending connections - Update Connect handler to detect local viewers via ResolveIdentity - Add connectLocalToATProto method for local→ATProto connection flow - Update ConnectFlushLocal to support both local and ATProto viewers - Add self-connect guard for ATProto viewers connecting to linked local IDs - Migrate pending_local_connections during graduation in LinkLocalToATProto C: Badge awards for local users - Add AwardLocal() for writing badge awards to local SQLite cache - Add AwardConnectionMilestonesLocal() variant - Award badges in ConnectLocal, ConnectFlushLocal, EventScanCheckin, EventFlushLocal - Add checkin.CurrentForLocal() for string DID lookups
1 month ago
queue_test.go
Update designs
2 months ago