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
Task: Create necessary database indexes to support two distinct feed sorting methods.
Details: Add indexes to efficiently query and sort posts by chronological order ("Newest") and engagement/popularity ("Best View"). Update the feed query logic to switch between these indexes based on user selection.
Description: