Add one-page system overview under _one_pager/ - #2
Merged
Merged
Conversation
A single-page Typst overview of the contractor-payments system: the problem it solves, how it works (Submit -> Generate -> Review -> Pay), who it serves (contractors / QuantEcon / PSL), and a supported-vs-planned table. Approver shown as mmcky, noted as configurable per repo (any GitHub user). Generated with the project's existing Typst toolchain -- no new tools. _one_pager/ is intended as a reusable convention for project overviews. Regenerate with: typst compile --root . _one_pager/contractor-payments-overview.typ Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new _one_pager/ convention containing a single-page (A4) Typst system overview for the contractor-payments system, intended to be a quick, reusable “at-a-glance” reference aligned with the existing PDF branding/toolchain.
Changes:
- Added a Typst source file that lays out a one-page system overview (purpose, flow, audience, supported vs planned, status).
- Added the rendered single-page PDF output alongside the Typst source under
_one_pager/.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
_one_pager/contractor-payments-overview.typ |
New Typst source for a one-page system overview document (logos, sections, supported/planned table, status). |
_one_pager/contractor-payments-overview.pdf |
Rendered PDF artifact of the one-page overview. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+8
to
+11
| #text(size: 8pt, fill: rgb("#6b7280"))[ | ||
| QuantEcon Contractor Payments · contractors paid via PSL Foundation (fiscal host) · | ||
| #datetime.today().display("[month repr:long] [year]") | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a single-page system overview for the contractor-payments system, generated with Typst (the project's existing PDF toolchain — no new tools). It lives under a new
_one_pager/folder, intended as a reusable convention for project overviews.Contents
Single A4 page, matching the blue palette + logos used by the invoice/timesheet templates.
Files
_one_pager/contractor-payments-overview.typ— source_one_pager/contractor-payments-overview.pdf— rendered single-page A4Regenerate with:
typst compile --root . _one_pager/contractor-payments-overview.typ🤖 Generated with Claude Code