Problem
There's no way to view a single board with all its papers. Users need a dedicated page to see board contents and vote on papers within the context of that collection.
Solution
Create a Board detail page showing all papers in the collection with board-specific voting and contributor info.
Acceptance Criteria
Dependencies
Design Notes
- Similar visual style to existing paper cards and annotation displays
- Responsive layout (mobile-friendly)
- Maintain dark theme consistency
Notes
- Consider if board voting is per-paper or if it impacts paper's global popularity
- May need aggregation logic for vote counts vs annotation upvotes
Problem
There's no way to view a single board with all its papers. Users need a dedicated page to see board contents and vote on papers within the context of that collection.
Solution
Create a Board detail page showing all papers in the collection with board-specific voting and contributor info.
Acceptance Criteria
New page route:
/boards/[id]or similarBoard header section:
Papers display:
Sort/filter options:
Add paper modal:
Board voting system:
Dependencies
Design Notes
Notes