From 1a03763e1bf992766dfd7891e3eb815534e92038 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sat, 4 Jul 2026 18:16:27 -0500 Subject: [PATCH] docs: mark task 82 done in status --- STATUS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/STATUS.md b/STATUS.md index c9df268..988d834 100644 --- a/STATUS.md +++ b/STATUS.md @@ -7,6 +7,8 @@ Living progress tracker. Update at the end of each task. Codex and Claude Code b - **80 — Quick-add create UI** (commit `68a573c`). Quick-add actions open create dialogs/sheets in-place via `createKey` + `QuickAddCreateHost`; calendar, lists, notes, garden, bangs wired. E2E in `tests/e2e/quick-add.spec.ts`. - **81 — Dashboard edit live widgets** (commit `7eeb2f1`). Edit mode server-pre-renders real widget content via `DashboardWidgetContent` + `widgetContents` map; no placeholder→content reflow on save. E2E in `tests/e2e/dashboard.spec.ts`. +- **82 — Garden container plant count** (commit `700ee29`). Fixed broken Drizzle subquery in `getContainer` and refactored `listContainers` plant count aggregation. E2E in `tests/e2e/garden.spec.ts`. + - **01 — Repo init & tooling** (commit `b89690a`). pnpm 10 + TS strict + ESLint flat + Prettier. All acceptance criteria green. - **02 — Next.js app skeleton**. Next.js 15 + React 19 + Tailwind v4 + shadcn/ui (button, card, input, dialog). `pnpm dev` serves placeholder, `pnpm build` produces `.next/standalone/`, `pnpm lint` clean. Added `.npmrc` with `node-linker=hoisted` for Windows symlink compatibility. - **03 — Drizzle + Postgres setup**. drizzle-orm + postgres driver + drizzle-kit wired up. `src/modules/_core/schema.ts` declares `users`, `households`, `household_members`. `docker-compose.dev.yaml` starts Postgres 16. `drizzle/0000_silent_magma.sql` generated and applied. `tsc --noEmit` passes. @@ -49,7 +51,7 @@ Phase 9 — Post-v0.1 (see `docs/superpowers/specs/2026-07-03-backlog-triage-des **Batch order:** -1. Bugs: tasks 82–84 (garden count, bangs, back-nav) — 80–81 done +1. Bugs: tasks 83–84 (bangs, back-nav) — 80–82 done 2. API foundation: task 87 (+ ADR 0006) 3. Shared rich-text + notes overhaul: task 85 (+ ADR 0004); closes notes mobile overflow 4. Journal: task 86 (+ ADR 0005), including journal API endpoints