Place lists #1

Merged
raucao merged 5 commits from feature/lists into master 2026-03-13 12:40:08 +00:00
Owner

This changeset adds support for place lists. It also adds a test suite for all current functionality, using vitest (available as pnpm test or pnpm test:watch).

  • Lists reference places by ID and geohash
  • Lists can have a custom slug, name, and color
  • There are two default lists (to-do and to-go). lists.initDefaults() will create them if missing
  • A place can be part of multiple lists
  • When a place is removed/deleted, it is removed from all lists that reference it
This changeset adds support for place lists. It also adds a test suite for all current functionality, using `vitest` (available as `pnpm test` or `pnpm test:watch`). * Lists reference places by ID and geohash * Lists can have a custom slug, name, and color * There are two default lists (to-do and to-go). `lists.initDefaults()` will create them if missing * A place can be part of multiple lists * When a place is removed/deleted, it is removed from all lists that reference it
raucao added the feature label 2026-03-13 12:29:44 +00:00
raucao added 4 commits 2026-03-13 12:29:44 +00:00
raucao added 1 commit 2026-03-13 12:39:54 +00:00
raucao merged commit 1f8c076051 into master 2026-03-13 12:40:08 +00:00
raucao deleted branch feature/lists 2026-03-13 12:40:14 +00:00
raucao changed title from Support place lists to Place lists 2026-03-13 13:16:31 +00:00
raucao changed title from Place lists to Feature: Place lists 2026-03-13 13:16:49 +00:00
raucao changed title from Feature: Place lists to Place lists 2026-03-13 13:16:58 +00:00
Sign in to join this conversation.