• Joined on 2026-02-23
maximus closed issue maximus/simpl-liste#34 2026-04-06 16:57:30 +00:00
Types partagés et refactoring mobile
maximus pushed to master at maximus/simpl-liste 2026-04-06 16:57:30 +00:00
d486be9227 Merge pull request 'feat: extract shared types, colors, priority and recurrence (#34)' (#41) from issue-34-shared-types into master
91eef58186 fix: remove duplicate RecurrenceType definition in shared/types (#34)
b277232462 feat: extract shared types, colors, priority and recurrence (#34)
Compare 3 commits »
maximus commented on pull request maximus/simpl-liste#47 2026-04-06 16:55:48 +00:00
feat: add mobile sync client with outbox pattern (#40)

Review — APPROVE

Summary: Solid sync scaffolding with outbox pattern, polling, and settings UI. Auth is correctly marked as placeholder.

  • sync_outbox table and migration correct -…
maximus created branch issue-40-sync-mobile in maximus/simpl-liste 2026-04-06 16:55:16 +00:00
maximus created pull request maximus/simpl-liste#47 2026-04-06 16:55:16 +00:00
feat: add mobile sync client with outbox pattern (#40)
maximus pushed to issue-40-sync-mobile at maximus/simpl-liste 2026-04-06 16:55:16 +00:00
c496d9586c feat: add mobile sync client with outbox pattern (#40)
maximus commented on pull request maximus/simpl-liste#46 2026-04-06 16:41:36 +00:00
feat: implement web frontend with full task management UI (#39)

Review — APPROVE

Summary: Complete web frontend with task management, dark mode, responsive sidebar, and WebSocket sync. Clean component architecture.

  • Layout protects routes via…
maximus created branch issue-39-frontend-web in maximus/simpl-liste 2026-04-06 16:41:12 +00:00
maximus pushed to issue-39-frontend-web at maximus/simpl-liste 2026-04-06 16:41:12 +00:00
cb04adcc2e feat: implement web frontend with full task management UI (#39)
maximus created pull request maximus/simpl-liste#46 2026-04-06 16:41:11 +00:00
feat: implement web frontend with full task management UI (#39)
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 16:07:02 +00:00
2f2a48f644 Merge pull request 'feat: add WebSocket server with ticket auth and heartbeat (#38)' (#45) from issue-38-websocket into issue-35-web-setup
6d2e7449f3 feat: add WebSocket server with ticket auth and heartbeat (#38)
Compare 2 commits »
maximus deleted branch issue-38-websocket from maximus/simpl-liste 2026-04-06 16:07:02 +00:00
maximus merged pull request maximus/simpl-liste#45 2026-04-06 16:07:01 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus closed issue maximus/simpl-liste#38 2026-04-06 16:07:01 +00:00
WebSocket server temps réel
maximus commented on pull request maximus/simpl-liste#45 2026-04-06 15:59:51 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)

Review — APPROVE

Clean WebSocket implementation with proper security (ticket auth, origin validation, session revalidation, heartbeat).

  • Ticket single-use + 30s TTL
  • Origin…
maximus created pull request maximus/simpl-liste#45 2026-04-06 15:55:58 +00:00
feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus created branch issue-38-websocket in maximus/simpl-liste 2026-04-06 15:55:58 +00:00
maximus pushed to issue-38-websocket at maximus/simpl-liste 2026-04-06 15:55:58 +00:00
6d2e7449f3 feat: add WebSocket server with ticket auth and heartbeat (#38)
maximus pushed to issue-35-web-setup at maximus/simpl-liste 2026-04-06 15:52:33 +00:00
46ead345b4 Merge pull request 'feat: implement REST API backend with full CRUD and sync (#37)' (#44) from issue-37-api-rest into issue-35-web-setup
be9ba65337 feat: implement REST API backend with full CRUD and sync (#37)
Compare 2 commits »
maximus deleted branch issue-37-api-rest from maximus/simpl-liste 2026-04-06 15:52:33 +00:00