From 83b1c2cad3e1f7b2c30503235967ff0d77131366 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Tue, 19 Aug 2025 17:13:45 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat=20(rehab):=20add=20rehab=20fea?= =?UTF-8?q?ture=20pages=20and=20menu=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(features)/rehab/examination-queue/index.vue | 3 +++ app/pages/(features)/rehab/examination/index.vue | 3 +++ .../(features)/rehab/registration-queue/index.vue | 3 +++ app/pages/(features)/rehab/registration/index.vue | 3 +++ public/side-menu-items/sys.json | 14 +++++++++++++- 5 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 app/pages/(features)/rehab/examination-queue/index.vue create mode 100644 app/pages/(features)/rehab/examination/index.vue create mode 100644 app/pages/(features)/rehab/registration-queue/index.vue create mode 100644 app/pages/(features)/rehab/registration/index.vue diff --git a/app/pages/(features)/rehab/examination-queue/index.vue b/app/pages/(features)/rehab/examination-queue/index.vue new file mode 100644 index 00000000..8616dd19 --- /dev/null +++ b/app/pages/(features)/rehab/examination-queue/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/examination/index.vue b/app/pages/(features)/rehab/examination/index.vue new file mode 100644 index 00000000..806b2650 --- /dev/null +++ b/app/pages/(features)/rehab/examination/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/registration-queue/index.vue b/app/pages/(features)/rehab/registration-queue/index.vue new file mode 100644 index 00000000..053b5233 --- /dev/null +++ b/app/pages/(features)/rehab/registration-queue/index.vue @@ -0,0 +1,3 @@ + diff --git a/app/pages/(features)/rehab/registration/index.vue b/app/pages/(features)/rehab/registration/index.vue new file mode 100644 index 00000000..90430b84 --- /dev/null +++ b/app/pages/(features)/rehab/registration/index.vue @@ -0,0 +1,3 @@ + diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 5e81d044..18bbd3dc 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -43,7 +43,19 @@ { "title": "Rehabilitasi Medik", "icon": "i-lucide-heart", - "link": "/rehabilitasi" + "link": "/rehabilitasi", + "children": [ + { + "title": "Daftar Kunjungan Rawat Jalan", + "icon": "i-lucide-stethoscope", + "link": "/rehab/registration-queue" + }, + { + "title": "Daftar Kunjungan Rawat Inap", + "icon": "i-lucide-building-2", + "link": "/rehab/examination" + } + ] }, { "title": "Rawat Inap",