logaritmisk
  • Joined on 2023-10-06
logaritmisk commented on issue logaritmisk/biggus-dickus#36 2026-06-05 20:30:33 +00:00
Backend + frontend: edit/delete field definitions

Done in 873efe1 (merged to main). Added audited PATCH/DELETE /api/admin/field-definitions/{key}. key/data_type/binding are immutable (structurally absent from the update DTO); only…

logaritmisk commented on issue logaritmisk/biggus-dickus#30 2026-06-05 20:30:31 +00:00
Backend: edit/delete endpoints for vocabularies, terms, and authorities

Done in 873efe1 (merged to main). Added audited PATCH/DELETE for terms, vocabularies (rename), and authorities. Referenced-entity deletes are blocked with 409 + count (JSONB scan of…

logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-05 20:30:13 +00:00
873efe199f merge: reference-data edit/delete lifecycle (#30 + #36)
27caaa9787 test+refactor: audit-row assertions + uniform PATCH rollback (review follow-ups)
c9120848f5 feat(web): edit/delete authorities in place (#30)
83ca506702 feat(web): rename vocabularies + edit/delete terms in place (#30)
65ca79f2bd feat(web): edit/delete field definitions on /fields (in-place edit pane) (#36)
Compare 15 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#30 2026-06-05 20:30:13 +00:00
Backend: edit/delete endpoints for vocabularies, terms, and authorities
logaritmisk pushed to main at logaritmisk/xy 2026-06-05 16:19:32 +00:00
40ffd9b06c fix(pidfile): replace stale pidfile after unclean shutdown
logaritmisk closed issue logaritmisk/xy#1 2026-06-05 16:19:32 +00:00
Daemon refuses to start after unclean shutdown: stale pidfile is treated as a running daemon
logaritmisk opened issue logaritmisk/xy#1 2026-06-05 15:28:49 +00:00
Daemon refuses to start after unclean shutdown: stale pidfile is treated as a running daemon
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-05 14:58:11 +00:00
ffcfb41c7e merge: set up Storybook (preview + MSW + stories for real components)
b2d026f217 feat(web): set up Storybook (preview + MSW + stories for real components)
Compare 2 commits »
logaritmisk pushed to main at logaritmisk/whoareyou 2026-06-05 14:26:27 +00:00
39e39581c4 chore: remove fixtures for deleted providers
logaritmisk pushed to main at logaritmisk/whoareyou 2026-06-05 14:25:14 +00:00
4a22c795ea polish: drop dead provider_names, clarify status mapping, README prereq
6babaa0166 docs: add justfile and rewrite README/CLAUDE.md for service architecture
86c4440576 feat: wire config, component loading, and axum serve in main
7747ffbc20 test: prove WIT boundary with real component integration test
eeec821af2 feat: add wasmtime host with epoch-bounded WasmProvider
Compare 19 commits »
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-05 14:23:41 +00:00
4e1138f8ce merge: follow-ups batch (#38 #28 #41 #26)
e6fc3eaf2c build(web): pin pnpm via packageManager + align CI to pnpm 11 (#26)
b4d71b0f80 fix(web): VisibilityBadge typed to the union (#38); normalize localized_text to default language on save (#41)
0a29127f7e fix(web): name the field in the edit banner on create->fields-error redirect (#28)
0c9db7bcdb feat(web): highlight the offending field on a set_fields 422 (#28)
Compare 7 commits »
logaritmisk closed issue logaritmisk/biggus-dickus#26 2026-06-05 13:54:23 +00:00
Pin the pnpm version for reproducible web installs
logaritmisk closed issue logaritmisk/biggus-dickus#41 2026-06-05 13:54:23 +00:00
localized_text edit can leave a stale other-language sub-value
logaritmisk closed issue logaritmisk/biggus-dickus#28 2026-06-05 13:54:23 +00:00
set_object_fields 422 should carry field-level detail (so the UI can highlight the offending field)
logaritmisk closed issue logaritmisk/biggus-dickus#38 2026-06-05 13:54:22 +00:00
OpenAPI: type SearchHitView.visibility as the Visibility enum (consistency with #29)
logaritmisk pushed to main at logaritmisk/biggus-dickus 2026-06-05 13:21:46 +00:00
260eac903e merge: instance locale (env) + single-language content authoring
9d0475e8ec feat(web): single-language content authoring (LabelEditor + localized_text at default lang)
04e9c95c52 refactor(web): split config hook/context (.ts) from provider (.tsx) to clear react-refresh lint
de11292203 feat(web): config provider — fetch /api/config, default UI language from instance
825b23adec test(server): assert default_language/default_timezone config defaults
Compare 14 commits »
logaritmisk opened issue logaritmisk/biggus-dickus#42 2026-06-05 13:16:50 +00:00
Frontend: render timestamps in the instance timezone (Intl), once there's a display
logaritmisk opened issue logaritmisk/biggus-dickus#41 2026-06-05 13:16:49 +00:00
localized_text edit can leave a stale other-language sub-value
logaritmisk opened issue logaritmisk/biggus-dickus#40 2026-06-05 12:25:50 +00:00
Per-account UI language preference (cross-device persistence)
logaritmisk pushed to main at logaritmisk/whoareyou 2026-06-05 11:50:58 +00:00
831d5c4184 docs: add CLAUDE.md with build commands and architecture notes