Files
hemx/examples/kanban
slhx agent 7eb65d77c8 feat(kanban): prove accessible local reorder
req: client_local/013\nreq: accessibility/002\nreq: accessibility/003\nreq: accessibility/004\nreq: accessibility/006\nreq: milestone/001
2026-07-13 14:29:21 +02:00
..
2026-06-05 06:52:37 +02:00

hemx Kanban advanced milestone example

This is an explicitly advanced/low-level north-star boundary sketch, not beginner-facing guidance. It exercises the product boundary described in ../kanban.md; use examples/v0 for the canonical beginner path.

Run:

cargo run -p hemx-kanban-example

Open http://127.0.0.1:3001.

The example is a server-first Kanban board with:

  • add-card form
  • move-left / move-right card controls
  • delete-card controls
  • generated target objects for checked slot updates
  • tuple-composed IntoEffect responses
  • SSE presence updates

It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in examples/kanban.md.