Blog View As Home Tasks

Detailed Task ListURL copied

TASK-BLOG_VIEW_AS_HOME-001: Build homepage feed ordering and autoscroll shellURL copied

  • Type: Task
  • Epic: BLOG_VIEW_AS_HOME
  • Sprint: Sprint 1
  • Points: 5
  • Assignee: Senior
  • Assigned to:
  • Depends on: none
  • Description: Build the root-route feed layer described in §Architecture Overview and §Data Flow. The task should load visible files, sort them by created date descending, and render a multi-post homepage feed that can grow with autoscroll.
  • Decision budget:
    • Junior can decide: pagination batch size, viewport trigger threshold, and DOM wrapper names for the feed cards.
    • Escalate to TL/PTL: whether the autoscroll is infinite or paged, and how ties on created date are broken.
  • Acceptance criteria:
    • Task
      Homepage lists multiple posts in newest-first order.
    • Task
      Feed can load additional content without leaving /.
    • Task
      Existing post routes still render normally.
  • Definition of Done:
    • Task
      Jira ticket updated to Done
    • Task
      Tests passing per §Testing Strategy
    • Task
      PR reviewed and merged to module branch
    • Task
      Relevant doc section updated if behavior changed