From b0938a2eb62646726419f306503b7a12391fc7bc Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Mon, 8 Sep 2025 11:09:35 +0700 Subject: [PATCH] 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