From 97199cee3ba31b09318c5389c414250816e9e214 Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Mon, 8 Sep 2025 10:57:16 +0700 Subject: [PATCH 1/3] feat(integration): adjust route pages based on sys conf --- .../satusehat/[id]/detail.vue | 18 +++++++++--------- .../{ => integration}/satusehat/[id]/edit.vue | 18 +++++++++--------- .../{ => integration}/satusehat/add.vue | 0 .../{ => integration}/satusehat/index.vue | 0 4 files changed, 18 insertions(+), 18 deletions(-) rename app/pages/(features)/{ => integration}/satusehat/[id]/detail.vue (93%) rename app/pages/(features)/{ => integration}/satusehat/[id]/edit.vue (93%) rename app/pages/(features)/{ => integration}/satusehat/add.vue (100%) rename app/pages/(features)/{ => integration}/satusehat/index.vue (100%) diff --git a/app/pages/(features)/satusehat/[id]/detail.vue b/app/pages/(features)/integration/satusehat/[id]/detail.vue similarity index 93% rename from app/pages/(features)/satusehat/[id]/detail.vue rename to app/pages/(features)/integration/satusehat/[id]/detail.vue index c1014755..88d0e796 100644 --- a/app/pages/(features)/satusehat/[id]/detail.vue +++ b/app/pages/(features)/integration/satusehat/[id]/detail.vue @@ -1,9 +1,9 @@ - - - + + + diff --git a/app/pages/(features)/satusehat/[id]/edit.vue b/app/pages/(features)/integration/satusehat/[id]/edit.vue similarity index 93% rename from app/pages/(features)/satusehat/[id]/edit.vue rename to app/pages/(features)/integration/satusehat/[id]/edit.vue index 351fe46e..7df3c6a2 100644 --- a/app/pages/(features)/satusehat/[id]/edit.vue +++ b/app/pages/(features)/integration/satusehat/[id]/edit.vue @@ -1,9 +1,9 @@ - - - + + + diff --git a/app/pages/(features)/satusehat/add.vue b/app/pages/(features)/integration/satusehat/add.vue similarity index 100% rename from app/pages/(features)/satusehat/add.vue rename to app/pages/(features)/integration/satusehat/add.vue diff --git a/app/pages/(features)/satusehat/index.vue b/app/pages/(features)/integration/satusehat/index.vue similarity index 100% rename from app/pages/(features)/satusehat/index.vue rename to app/pages/(features)/integration/satusehat/index.vue From b0938a2eb62646726419f306503b7a12391fc7bc Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Mon, 8 Sep 2025 11:09:35 +0700 Subject: [PATCH 2/3] feat(org-src): replace flow components with content components and add list views Add new content components for unit, division, and installation with list views, entry forms, and validation schemas. Replace Flow*List components with Content*List components in org-src pages. Includes pagination, search functionality, and CRUD operations for each entity type. --- app/components/{flow => content}/division/entry.ts | 0 app/components/{flow => content}/division/list.vue | 0 app/components/{flow => content}/installation/entry.ts | 0 app/components/{flow => content}/installation/list.vue | 0 app/components/{flow => content}/unit/entry.ts | 0 app/components/{flow => content}/unit/list.vue | 0 app/pages/(features)/org-src/division/index.vue | 2 +- app/pages/(features)/org-src/installation/index.vue | 2 +- app/pages/(features)/org-src/unit/index.vue | 2 +- 9 files changed, 3 insertions(+), 3 deletions(-) rename app/components/{flow => content}/division/entry.ts (100%) rename app/components/{flow => content}/division/list.vue (100%) rename app/components/{flow => content}/installation/entry.ts (100%) rename app/components/{flow => content}/installation/list.vue (100%) rename app/components/{flow => content}/unit/entry.ts (100%) rename app/components/{flow => content}/unit/list.vue (100%) diff --git a/app/components/flow/division/entry.ts b/app/components/content/division/entry.ts similarity index 100% rename from app/components/flow/division/entry.ts rename to app/components/content/division/entry.ts diff --git a/app/components/flow/division/list.vue b/app/components/content/division/list.vue similarity index 100% rename from app/components/flow/division/list.vue rename to app/components/content/division/list.vue diff --git a/app/components/flow/installation/entry.ts b/app/components/content/installation/entry.ts similarity index 100% rename from app/components/flow/installation/entry.ts rename to app/components/content/installation/entry.ts diff --git a/app/components/flow/installation/list.vue b/app/components/content/installation/list.vue similarity index 100% rename from app/components/flow/installation/list.vue rename to app/components/content/installation/list.vue diff --git a/app/components/flow/unit/entry.ts b/app/components/content/unit/entry.ts similarity index 100% rename from app/components/flow/unit/entry.ts rename to app/components/content/unit/entry.ts diff --git a/app/components/flow/unit/list.vue b/app/components/content/unit/list.vue similarity index 100% rename from app/components/flow/unit/list.vue rename to app/components/content/unit/list.vue diff --git a/app/pages/(features)/org-src/division/index.vue b/app/pages/(features)/org-src/division/index.vue index aa674b28..7595239a 100644 --- a/app/pages/(features)/org-src/division/index.vue +++ b/app/pages/(features)/org-src/division/index.vue @@ -34,7 +34,7 @@ const canRead = true