hospital-log/frontend/hospital-log
2025-11-28 10:34:50 +07:00
..
.vscode Initial Commit 2025-10-21 17:42:59 +07:00
public Initial Commit 2025-10-21 17:42:59 +07:00
src feat: validation delete tindakan 2025-11-28 10:34:50 +07:00
.gitignore (feat) CRU Log Rekam Medis + Obat 2025-11-06 14:10:04 +07:00
bun.lock feat: change jwt from response into httpOnly cookies to prevent xss attack, add csrf token to prevent csrf attack, login view and functionality to route, add 404 page functionality 2025-10-28 14:41:24 +07:00
CODE_REVIEW.md feat: Dashboard Obat, Dashboard Rekam Medis (70%) 2025-10-30 12:15:06 +07:00
COMPONENTS_GUIDE.md feat: Dashboard Obat, Dashboard Rekam Medis (70%) 2025-10-30 12:15:06 +07:00
index.html Initial Commit 2025-10-21 17:42:59 +07:00
package-lock.json feat: (+) add total audit data, jumlah rekam medis 7 hari terakhir, data audit trail (tampered & not tampered), data yang perlu divalidasi, tamtampered data per kelompok data pada dashboard. (+) fix validation payload on rekam medis, add validation on rekam medis create, update, and delete 2025-11-25 16:26:00 +07:00
package.json feat: (+) add total audit data, jumlah rekam medis 7 hari terakhir, data audit trail (tampered & not tampered), data yang perlu divalidasi, tamtampered data per kelompok data pada dashboard. (+) fix validation payload on rekam medis, add validation on rekam medis create, update, and delete 2025-11-25 16:26:00 +07:00
README.md Initial Commit 2025-10-21 17:42:59 +07:00
tsconfig.app.json Initial Commit 2025-10-21 17:42:59 +07:00
tsconfig.json Initial Commit 2025-10-21 17:42:59 +07:00
tsconfig.node.json Initial Commit 2025-10-21 17:42:59 +07:00
vite.config.ts feat: Done Rekam Medis Page (Filter, Pagination, Sorting) 2025-10-31 16:43:24 +07:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.