Skip to content

feat(presentation): add team-po twelfth deck#46

Merged
hwangjokim merged 2 commits into
mainfrom
feat/45-team-po-twelfth-deck
May 12, 2026
Merged

feat(presentation): add team-po twelfth deck#46
hwangjokim merged 2 commits into
mainfrom
feat/45-team-po-twelfth-deck

Conversation

@hwangjokim
Copy link
Copy Markdown
Member

Summary

  • Add the /deck/team-po-12 presentation route based on the previous deck.
  • Update the deck date, highlighted member chip, completed items, and in-progress items.
  • Add high-resolution capture artifacts and a PDF export for team-po-12.

Validation

  • pnpm tsc --noEmit: pass
  • pnpm biome lint .: pass
  • pnpm build: pass (Vite emitted the existing Node.js 20.19+ recommendation warning; build succeeded)

Closes #45

@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
client Ready Ready Preview, Comment May 12, 2026 0:58am

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 323a515ef2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +6 to +8
const require = createRequire(
"/Users/hwangjo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/node_modules/",
);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove machine-specific paths from capture script

This script is not runnable outside the original author's workstation because it hardcodes a user-local module base (/Users/hwangjo/.../node_modules) and output directory (/Users/hwangjo/Client/...). On any other environment, require("pdf-lib")/require("playwright") resolution and file writes will fail, which breaks reproducible deck capture/export for teammates and CI.

Useful? React with 👍 / 👎.

@hwangjokim hwangjokim merged commit 88701c2 into main May 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(presentation): add team-po twelfth deck

1 participant