From 427d97c29f0fe04a24da1a18836d548e973fa91b Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Sun, 5 Oct 2025 03:30:22 +0700 Subject: [PATCH 1/3] feat/consultation-82: done --- app/components/app/consultation/entry.vue | 122 +++++++++++++ app/components/app/consultation/list.ts | 40 +++++ app/components/app/consultation/list.vue | 36 ++++ app/components/content/consultation/list.vue | 179 +++++++++++++++++++ app/handlers/consultation.handler.ts | 17 ++ app/models/consultation.ts | 45 +++++ app/pages/_dev/consultation/list.vue | 42 +++++ app/schemas/consultation.schema.ts | 12 ++ app/services/consultation.service.ts | 23 +++ app/services/unit.service.ts | 38 ++++ 10 files changed, 554 insertions(+) create mode 100644 app/components/app/consultation/entry.vue create mode 100644 app/components/app/consultation/list.ts create mode 100644 app/components/app/consultation/list.vue create mode 100644 app/components/content/consultation/list.vue create mode 100644 app/handlers/consultation.handler.ts create mode 100644 app/models/consultation.ts create mode 100644 app/pages/_dev/consultation/list.vue create mode 100644 app/schemas/consultation.schema.ts create mode 100644 app/services/consultation.service.ts diff --git a/app/components/app/consultation/entry.vue b/app/components/app/consultation/entry.vue new file mode 100644 index 00000000..5b3fdf82 --- /dev/null +++ b/app/components/app/consultation/entry.vue @@ -0,0 +1,122 @@ + + +