categories in metadata do not get suggestions #134

Closed
opened 2026-08-08 18:29:04 +00:00 by hugo · 1 comment
Owner

when setting catgegories, there should be suggestions just like is happening with tags. right now, the user must know the category names to set them, which is unpractical.

when setting catgegories, there should be suggestions just like is happening with tags. right now, the user must know the category names to set them, which is unpractical.
hugo added the bugcritical labels 2026-08-08 18:29:04 +00:00
Author
Owner

Implemented in ef9a55c.

  • Added case-insensitive partial category suggestions with an eight-result limit, selected-category exclusion, and a localized create-category action matching the tag editor flow.
  • Loaded suggestions from project category metadata, persisted newly created categories through the shared metadata engine, and refreshed every open editor after editor or Settings category changes.
  • Added the CategoryAutocomplete Allium guarantee, localized all five UI catalogs, and updated the README.
  • Verified with red/green focused tests, cargo fmt --all -- --check, warnings-as-errors workspace check, workspace Clippy, cargo test --workspace (all green; one documented real-model test ignored), allium check/analyse, cargo bundle-macos, arm64 bundle inspection, and Computer Use against the exact repository app bundle.
  • Neutral review against issue #134, bDS2 PostEditor.ListValues/category rendering, and specs/editor_post.allium found and resolved the open-editor Settings refresh gap; no remaining scope gaps found.
Implemented in ef9a55c. - Added case-insensitive partial category suggestions with an eight-result limit, selected-category exclusion, and a localized create-category action matching the tag editor flow. - Loaded suggestions from project category metadata, persisted newly created categories through the shared metadata engine, and refreshed every open editor after editor or Settings category changes. - Added the CategoryAutocomplete Allium guarantee, localized all five UI catalogs, and updated the README. - Verified with red/green focused tests, cargo fmt --all -- --check, warnings-as-errors workspace check, workspace Clippy, cargo test --workspace (all green; one documented real-model test ignored), allium check/analyse, cargo bundle-macos, arm64 bundle inspection, and Computer Use against the exact repository app bundle. - Neutral review against issue #134, bDS2 PostEditor.ListValues/category rendering, and specs/editor_post.allium found and resolved the open-editor Settings refresh gap; no remaining scope gaps found.
hugo closed this issue 2026-08-15 08:41:59 +00:00
Sign in to join this conversation.