No description
Find a file
Jonathan Hvid 7f6668f909 docs: Phase 0.5 audit — Phase 2 preflight
Confirmed before writing code:
  - latest migration: 0003_council_portal.sql
  - /pulse render order: greeting · ActivityTicker · pulse card · preview
    row (roadmap + CouncilMark) · room-row (online chip strip) · event row
  - CouncilMark exists and works (one lit dot for Lars in seed); not broken
  - ActivityTicker exists at src/components/ActivityTicker.astro and renders
    at pulse.astro:169
  - 'online now' strip lives at pulse.astro:266-290
  - vote-count denominator is already count(role='cab'); '1 of 1' on the
    smoke run was seed shape, not a bug — Phase 2 seed populates 4 CAB users
  - events.kind enum: ('dinner','office_hours','summit','virtual'). Adding
    'working_session' needs a CHECK rebuild
  - 'Office hours with the founder' → exactly one match in
    scripts/seed-demo.js:106

Divergences resolved with the user before step 2:
  1. Migration 0004 must skip users.title (already added in 0003) and only
     add pull_quote, member_number, focus_tags.
  2. Token name: spec writes --border-radius-lg; use existing --radius-lg.
  3. --secondary stays warm-walnut accent. Muted body text uses
     --on-surface-variant.
  4. Member-number backfill: order by cab_joined_date asc (NULLS via
     COALESCE to created_at), tiebreak user.id asc. Deterministic across
     re-runs and machines.
  5. focus_tags parser: trim, dedupe, strip control chars, collapse internal
     whitespace to single space, cap 3 entries × 24 chars.
  6. /events/past filters on starts_at < now() — no boolean past flag column.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 15:46:02 +02:00
.claude chore: add Innofounder logo to public, wire to home page 2026-04-19 20:36:54 +02:00
content feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
design chore: add Innofounder logo to public, wire to home page 2026-04-19 20:36:54 +02:00
migrations feat(db): add migration 0003 for council portal schema 2026-05-11 14:39:07 +02:00
public chore: add Innofounder logo to public, wire to home page 2026-04-19 20:36:54 +02:00
scripts chore(demo): seed-demo.js + utc fix for last_seen_at 2026-05-11 15:04:11 +02:00
src chore(demo): seed-demo.js + utc fix for last_seen_at 2026-05-11 15:04:11 +02:00
tests test: vitest suite — pulse status, vote uniqueness, home route 2026-05-11 14:45:55 +02:00
.env.example feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
.gitignore wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
astro.config.mjs feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
CLAUDE.md wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
DECISIONS.md docs: document decisions D-15 through D-18 2026-04-19 20:32:09 +02:00
HANDOVER.md docs: HANDOVER.md — build summary and next steps 2026-04-18 22:54:48 +02:00
KNOWN_ISSUES.md feat(db): add migration 0003 for council portal schema 2026-05-11 14:39:07 +02:00
package.json chore(demo): seed-demo.js + utc fix for last_seen_at 2026-05-11 15:04:11 +02:00
pnpm-lock.yaml feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
SPEC.md wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
tsconfig.json wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
vitest.config.ts test: vitest suite — pulse status, vote uniqueness, home route 2026-05-11 14:45:55 +02:00