realtime: enrol reviews in the supabase_realtime publication #79
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-infra!79
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/79/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enrols the
reviewstable in thesupabase_realtimepublication so review-derived study progress propagates live cross-device.Pairs with halkyon-learn #756 (adds
ReviewRealtimeService+ a per-rating review push). Without this, the new realtime channel subscribes but receives nopostgres_changesevents, so the streak / activity heatmap / pensum only sync on the next app relaunch.Reverses the deferral documented in
20260514080000_add_cards_to_realtime.sql("reviewing-as-an-audit-trail consumers are post-MVP"). RLS still filters realtime events to each user's own reviews.Already applied manually on the self-hosted
learn.halkyon.liinstance; this commits the migration to the repo so it matches the live DB and self-hosters get it.