You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the data queries powering each discovery tab.
Sub-tickets
P4-2a: Implement the "New" tab — query Supabase for recently created storylines, sorted by creation time descending. Exclude hidden = true.
P4-2b: Implement the "Completed" tab — query for storylines where sunset = true, sorted by plot count or creation time.
P4-2c: The "Trending" and "Rising" tabs depend on trading data from Phase 5. Create placeholder tabs that fall back to "New" ordering with a TODO note linking to P5-6.
Context
Implement the data queries powering each discovery tab.
Sub-tickets
hidden = true.sunset = true, sorted by plot count or creation time.Proposal Reference
§6.3 (Discovery)
Dependencies
P4-1 (layout), P0-2 (Supabase)