feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35) #42
No reviewers
Labels
No labels
source:analyste
source:defenseur
source:human
source:medic
status:approved
status:blocked
status:in-progress
status:needs-fix
status:ready
status:review
status:triage
type:bug
type:feature
type:infra
type:refactor
type:schema
type:security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: maximus/simpl-liste#42
Loading…
Reference in a new issue
No description provided.
Delete branch "issue-35-web-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #35
Summary
web/(TypeScript, Tailwind, standalone output)pg-coreschema:sl_lists,sl_tasks,sl_tags,sl_task_tagswithuserId,deletedAt, indexespgpool + drizzle), seed script (creates Inbox per user)/api/healthendpoint with DB latency check.env.examplewith DATABASE_URL and Logto placeholdersNot included (separate issues)
Review — APPROVE
Summary: Clean Next.js bootstrap with Drizzle pg-core schema matching the spec. Health endpoint, Dockerfile, and seed script all look good.
Checklist:
Note:
slTasks.parentIdself-reference FK not defined in Drizzle schema (limitation) — add via manual migration if needed.