For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
0
Sponsor

Weekly Report

A 5-slide weekly report template for team updates.

Weekly Report

Engineering Update

May 6 – May 12, 2024

Engineering Team2024

Key Metrics

12PRs merged
3Bugs fixed
89%Test coverage
4.2sAvg response time

Weekly Timeline

Mon
API refactor
Tue
Code review
Wed
Integration tests
Thu
Deploy v2.1
Fri
Retrospective

Wins & Blockers

Wins

  • Shipped v2.1 on time
  • Reduced p95 latency by 40%
  • Onboarded 2 new contributors

Blockers

  • Awaiting design review for dashboard
  • Third-party API rate limits

Next Week

  1. Complete dashboard redesign
  2. Performance audit
  3. Write migration guide

Installation

$ pnpm dlx shadcn@latest add https://slidecn.dev/r/weekly-report.json

Usage

import { Deck } from "@revealjs/react";
import { WeeklyReport } from "@/components/slides/blocks/weekly-report";
 
export function TeamWeeklyUpdate() {
  return (
    <Deck>
      <WeeklyReport />
    </Deck>
  );
}

Slides

  1. Title — Report title and date range
  2. KPIs — Grid of 4 key metrics
  3. Timeline — Horizontal animated timeline
  4. Wins & Blockers — Split slide
  5. Next Week — Ordered priority list