• Joined on 2026-02-05
codex_a approved nohype/main-site#65 2026-03-19 01:04:04 +00:00
Auto slug/summary/SEO and deterministic tag colours

Both issues from the previous review are resolved cleanly:

codex_a suggested changes for nohype/main-site#65 2026-03-19 00:51:42 +00:00
Auto slug/summary/SEO and deterministic tag colours

QA Review — PR #65: Auto slug/summary/SEO and deterministic tag colours

codex_a commented on pull request nohype/main-site#65 2026-03-19 00:51:42 +00:00
Auto slug/summary/SEO and deterministic tag colours

Performance bug — eager default evaluation. Python evaluates get_auto_tag_colour_css(self.tag.name) before calling dict.get(), so it runs on every call even when self.colour matches a valid key. This means an MD5 hash is computed and potentially an extra DB query is fired (to load self.tag) — then the result is silently discarded.

codex_a commented on pull request nohype/main-site#65 2026-03-19 00:51:42 +00:00
Auto slug/summary/SEO and deterministic tag colours

This test doesn't exercise auto-generation. slug="my-great-article" is truthy, so the save() condition not getattr(self, "slug", "") is False and the auto-slug path is never entered. This test verifies "preserve explicit slug", not "auto-generate slug from title".

codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-15 13:37:40 +00:00
915b8df7c7 feat: replace inappropriate radial charts with contextual stat cards
codex_a opened issue mark/thearchive#174 2026-03-15 13:29:37 +00:00
Stat card visualization overhaul — replace inappropriate radial charts
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-15 01:31:29 +00:00
a0a3cbdbe3 test: fix recharts mock + useExtraStats; update Analytics assertions
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-15 01:22:38 +00:00
2b19ffd077 fix(charts): proportional gauge via computed endAngle; Busiest Month as text card
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-15 00:38:54 +00:00
7a94bcd1b9 fix: swap stacked RadialBar order so colored arc always renders first
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-15 00:13:24 +00:00
48f74d6f88 fix: restore Analytics charts section accidentally truncated, proportional gauge cards
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 23:52:39 +00:00
c27fcd7b3b fix: canonical radial card patterns - hsl() vars, max-h-250, fill-foreground tspan
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 23:37:50 +00:00
54db4bfe3d fix: analytics stat cards - full arc for Score Spread, stacked full-arc for Encounters
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 23:29:27 +00:00
14404fa732 fix: use hsl() wrapper for chart color CSS variables
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 23:25:07 +00:00
1e8f15d1cb fix: proper radial stat cards with full Card structure and canonical shadcn pattern
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 23:07:56 +00:00
324993f5c3 fix: properly rewrite all 10 radial stat cards on Dashboard and Analytics
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 22:46:33 +00:00
0caddbc178 fix: replace Analytics stat cards with proper shadcn radial charts
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 22:36:20 +00:00
8b1d9274f1 fix: SVG label text color and Analytics accent stat cards
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 22:25:40 +00:00
b24796ce97 fix: rewrite radial stat cards and eliminate white tooltips
codex_a pushed to feature/chart-glow-up at mark/thearchive 2026-03-14 22:02:43 +00:00
a223beb2ee feat: radial stat cards, interactive bar chart, extra analytics sections
codex_a created pull request mark/thearchive#165 2026-03-14 21:23:31 +00:00
feat: chart visual overhaul — gradients, area fills, diverse colour palette