diff --git a/CLAUDE.md b/CLAUDE.md index d62f158..797dc3b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -43,9 +43,9 @@ Refactor phases 0-5 landed; phase 6 (multi-site distribution readiness) largely ### Active state - 808 tests passing, naming/style check green, Gitea Actions CI (backend + naming + frontend build) -- `__contract_version__` at 0.10.0 (product `__version__` 0.7.0, tags v0.5.0/v0.6.0/v0.7.0 - distinct series, ADR-007) +- `__contract_version__` at 0.11.0 (product `__version__` 0.7.0, tags v0.5.0/v0.6.0/v0.7.0 - distinct series, ADR-007) - 11 bundled plugins all satisfy contract: computers, employees, knowledgebase, machines, measuringtools, network, notifications, printers, slides, usb, warranty -- Core Alembic chain: baseline `68b3947ae14f` -> head `7d23_user_mustchangepassword` (30 core migrations). Each plugin owns its own chain (ADR-008); deploy runs `flask db upgrade` then `flask plugin upgrade-all`. Reproducible + idempotent from empty. +- Core Alembic chain: baseline `68b3947ae14f` -> head `7d24_customfield_searchable` (31 core migrations). Each plugin owns its own chain (ADR-008); deploy runs `flask db upgrade` then `flask plugin upgrade-all`. Reproducible + idempotent from empty. - API is migration-complete: an admin PAT + docs/IMPORT-API.md let a script/LLM import the whole legacy DB (X-Import-Mode preserves timestamps). - Pre-1.0 framework; sister sites should pin tight `core_version` ranges until contract reaches 1.0 @@ -134,4 +134,4 @@ Each plugin must have: - `migrations/FIX_LOCATIONONLY_EQUIPMENT_TYPES.md` - LocationOnly equipment type fix - `migrations/PRODUCTION_MIGRATION_GUIDE.md` - production import methods - `migrations/rename_underscore_columns.sql` - one-time rename of snake_case columns to lowercase concatenated (per CONTRIBUTING.md) -- `migrations/versions/` - the core Alembic chain (baseline `68b3947ae14f` -> head `7d16_directoryemployees`). Run `flask db upgrade` to apply. +- `migrations/versions/` - the core Alembic chain (baseline `68b3947ae14f` -> head `7d24_customfield_searchable`). Run `flask db upgrade` to apply. diff --git a/Dockerfile b/Dockerfile index 17291fc..9450c59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ # # One image, one site. Per ADR-004, each adopting facility runs its own # stack with its own DB, secrets, and enabled-plugin list. This image -# bundles all ten core plugins (computers, employees, equipment, -# knowledgebase, network, notifications, printers, slides, usb, warranty); +# bundles all eleven core plugins (computers, employees, knowledgebase, +# machines, measuringtools, network, notifications, printers, slides, usb, +# warranty); # install them at runtime with `flask plugin install `. # # The frontend is built in a first stage and its dist output is copied into diff --git a/frontend/src/views/SearchResults.vue b/frontend/src/views/SearchResults.vue index 532965a..6f7a12f 100644 --- a/frontend/src/views/SearchResults.vue +++ b/frontend/src/views/SearchResults.vue @@ -464,10 +464,6 @@ watch(results, () => { color: var(--text-light); } -.result-location::before { - content: '\1F4CD '; -} - .result-ticket { font-family: monospace; font-size: 0.75rem; diff --git a/frontend/src/views/geenforce/ManifestEditor.vue b/frontend/src/views/geenforce/ManifestEditor.vue index 2917e25..0b4424d 100644 --- a/frontend/src/views/geenforce/ManifestEditor.vue +++ b/frontend/src/views/geenforce/ManifestEditor.vue @@ -36,7 +36,7 @@