Problem
Users have no way to find and discover other researchers' curated collections. The current platform focuses on individual papers and annotations, but doesn't help users find relevant collections by topic or curator.
Solution
Create a Discover page that showcases public boards, allowing users to browse, filter, and follow curated collections.
Acceptance Criteria
Design
- Gallery/grid layout, responsive
- Dark theme consistent with existing pages
- Similar card styling to papers and collections
Dependencies
Notes
- May require board_followers table if tracking follows separate from collaborators
- Or use existing follows table if following users who own boards
- Initial MVP can use paper count / voting as popularity metric
Problem
Users have no way to find and discover other researchers' curated collections. The current platform focuses on individual papers and annotations, but doesn't help users find relevant collections by topic or curator.
Solution
Create a Discover page that showcases public boards, allowing users to browse, filter, and follow curated collections.
Acceptance Criteria
New page route:
/discoveror/exploreFeatured boards section:
Browse by category/topic:
Search boards:
Board cards show:
Trending/sorting options:
User-specific recommendations (if logged in):
Design
Dependencies
Notes