mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
* Update engagement report: add logos, grid theme, scope to core-product - Add Codeflash x Unstructured logo lockup in hero and footer - Apply roadmap grid pattern (48px, 5% opacity) and zinc-900 background - Update cards to rounded-2xl with semi-transparent zinc-900/50 bg - Remove all platform-libs, CI/CD, and security audit sections - Remove stacked optimizations PR #1500 from open PRs - Update data to latest FastAPI endpoint measurements - Filter PR tables to core-product only * Add methodology section to team view, fix DataTable type safety Add benchmark environment, measurement protocol, and production context cards to the top of the Engineering Team view. Split TABLE_STYLE into individually typed constants (TABLE_HEADER, TABLE_CELL, TABLE_DATA, TABLE_DATA_CONDITIONAL, TABLE_WRAP) so DataTable kwargs pass ty and mypy strict checks. * Add engagement report screenshot assets * Add PRs from unstructured, unstructured-inference, unstructured-od-models Expand report scope beyond core-product: 14 new merged PRs and 2 new open PRs across 3 additional repos. Update PR counts (24 merged, 5 in progress), add Repo column to detail view tables, update subtitle and meta description. * Make PR numbers clickable links in detail view tables Use DataTable markdown columns with link_target=_blank so PR numbers link to their GitHub PRs. Add REPO_BASES mapping for per-repo URL resolution. Override default purple link color with blue (#60a5fa) to stay readable on the dark background. * main * Add Future Engagements section with notes panels to exec view Prominent banner heading, four numbered cards (CI/CD, Security, Runtime, Product Integration) each with a right-hand Notes panel for discussion points. Refactored _next_card helper to accept optional notes parameter.
8 lines
146 B
TOML
8 lines
146 B
TOML
[project]
|
|
name = "unstructured-report"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"dash[cloud]>=4.1",
|
|
"plotly>=6.7",
|
|
]
|