Components
Weekly Report
A 5-slide weekly report template for team updates.
Weekly Report
Engineering Update
May 6 – May 12, 2024
Engineering Team·2024
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
- Complete dashboard redesign
- Performance audit
- 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
- Title — Report title and date range
- KPIs — Grid of 4 key metrics
- Timeline — Horizontal animated timeline
- Wins & Blockers — Split slide
- Next Week — Ordered priority list