• Joined on 2026-02-23
maximus merged pull request maximus/simpl-liste#44 2026-04-06 15:52:31 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus closed issue maximus/simpl-liste#37 2026-04-06 15:52:31 +00:00
API REST backend
maximus commented on pull request maximus/simpl-liste#44 2026-04-06 15:51:08 +00:00
feat: implement REST API backend with full CRUD and sync (#37)

Review — APPROVE

Summary: Comprehensive REST API with 16 route files. Auth, BOLA, Zod validation, idempotency keys all correctly implemented.

Checklist:

  • Every endpoint checks…
maximus created pull request maximus/simpl-liste#44 2026-04-06 15:50:18 +00:00
feat: implement REST API backend with full CRUD and sync (#37)
maximus created branch issue-37-api-rest in maximus/simpl-liste 2026-04-06 15:48:34 +00:00
maximus pushed to issue-37-api-rest at maximus/simpl-liste 2026-04-06 15:48:34 +00:00
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
maximus deleted branch issue-36-auth-logto from maximus/simpl-liste 2026-04-06 15:38:47 +00:00
maximus merged pull request maximus/simpl-liste#43 2026-04-06 15:38:46 +00:00
feat: integrate Logto auth with middleware and login page (#36)
maximus closed issue maximus/simpl-liste#36 2026-04-06 15:38:46 +00:00
Auth web + middleware Logto
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:38:46 +00:00
0369597eb6 Merge pull request 'feat: integrate Logto auth with middleware and login page (#36)' (#43) from issue-36-auth-logto into issue-35-web-setup
42c39907cd feat: integrate Logto auth with middleware and login page (#36)
Compare 2 commits »
maximus commented on pull request maximus/simpl-liste#43 2026-04-06 15:38:16 +00:00
feat: integrate Logto auth with middleware and login page (#36)

Review — APPROVE

Clean Logto integration matching la-compagnie-maximus pattern. Auth routes, middleware, and helper all look correct.

  • No secrets committed
  • Cookie security…
maximus created pull request maximus/simpl-liste#43 2026-04-06 15:37:58 +00:00
feat: integrate Logto auth with middleware and login page (#36)
maximus created branch issue-36-auth-logto in maximus/simpl-liste 2026-04-06 15:37:37 +00:00
maximus pushed to issue-36-auth-logto at maximus/simpl-liste 2026-04-06 15:37:37 +00:00
42c39907cd feat: integrate Logto auth with middleware and login page (#36)
maximus commented on pull request maximus/simpl-liste#42 2026-04-06 15:04:09 +00:00
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)

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:

  • No…
maximus created pull request maximus/simpl-liste#42 2026-04-06 15:03:55 +00:00
feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
maximus created branch issue-35-web-setup in maximus/simpl-liste 2026-04-06 15:03:41 +00:00
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:03:41 +00:00
022fe53b92 feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
maximus commented on pull request maximus/simpl-liste#41 2026-04-06 14:39:27 +00:00
feat: extract shared types, colors, priority and recurrence (#34)

Review — APPROVE

Summary: Clean extraction of shared types, colors, priority helpers and recurrence logic into src/shared/. Original files re-export to preserve all existing imports.…

maximus pushed to issue-34-shared-types at maximus/simpl-liste 2026-04-06 14:39:16 +00:00
91eef58186 fix: remove duplicate RecurrenceType definition in shared/types (#34)