From 87c36b94eace14182f726f5d317099f0c36b2fa3 Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Fri, 12 Sep 2025 14:42:05 +0700 Subject: [PATCH] feat(specialist): add installation-unit relationship to specialist form - Implement installation-unit mapping and filtering logic - Update entry form to handle installation selection and unit filtering - Add installation and unit dropdowns with combobox components --- app/components/app/specialist/entry-form.vue | 100 +++++++++++++++++-- app/components/content/specialist/entry.ts | 76 +++++++++++++- app/components/content/specialist/list.vue | 82 +++++++++++---- 3 files changed, 228 insertions(+), 30 deletions(-) diff --git a/app/components/app/specialist/entry-form.vue b/app/components/app/specialist/entry-form.vue index 23667e8c..2dbfffc1 100644 --- a/app/components/app/specialist/entry-form.vue +++ b/app/components/app/specialist/entry-form.vue @@ -1,26 +1,52 @@