diff --git a/README.md b/README.md index eca67a3..29f24b9 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,30 @@ # TB Plus -[![Tauri](https://img.shields.io/badge/Tauri-%5E2.10.1-24c8db?logo=tauri&logoColor=fff)](https://tauri.app/) -[![Vue.js](https://img.shields.io/badge/Vue.js-%5E3.5.32-4FC08D?logo=vuedotjs&logoColor=fff)](https://vuejs.org/) -[![TypeScript](https://img.shields.io/badge/TypeScript-%5E5.4.0-3178C6?logo=typescript&logoColor=ffffff)](https://www.typescriptlang.org/) -[![Vite](https://img.shields.io/badge/Vite-%5E8.0.8-646CFF?logo=vite&logoColor=ffffff)](https://vitejs.dev/) -[![Pinia](https://img.shields.io/badge/Pinia-%5E3.0.4-FFE16B?logo=vue.js&logoColor=black)](https://pinia.vuejs.org/) -[![Vue_Router](https://img.shields.io/badge/Vue_Router-%5E5.0.4-4FC08D?logo=vuedotjs&logoColor=ffffff)](https://router.vuejs.org/) -[![Lucide](https://img.shields.io/badge/Lucide-%5E1.0.0-F92672?logo=lucide&logoColor=ffffff)](https://lucide.dev/) +[![Tauri](https://img.shields.io/badge/Tauri-%5E2-24c8db?logo=tauri&logoColor=fff)](https://tauri.app/) +[![Vue.js](https://img.shields.io/badge/Vue.js-%5E3.5-4FC08D?logo=vuedotjs&logoColor=fff)](https://vuejs.org/) +[![TypeScript](https://img.shields.io/badge/TypeScript-%5E6-3178C6?logo=typescript&logoColor=ffffff)](https://www.typescriptlang.org/) +[![Vite](https://img.shields.io/badge/Vite-%5E8-646CFF?logo=vite&logoColor=ffffff)](https://vitejs.dev/) +[![Pinia](https://img.shields.io/badge/Pinia-%5E3-FFE16B?logo=vue.js&logoColor=black)](https://pinia.vuejs.org/) +[![Vue_Router](https://img.shields.io/badge/Vue_Router-%5E5-4FC08D?logo=vuedotjs&logoColor=ffffff)](https://router.vuejs.org/) +[![Lucide](https://img.shields.io/badge/Lucide-%5E1-F92672?logo=lucide&logoColor=ffffff)](https://lucide.dev/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -A modern desktop application built with Tauri (Rust) and Vue (TypeScript) for managing tuberculosis (TB) clinic operations at Sabot Hospital. This system bridges HOSxP's MySQL database (read-only) with a local SQLite database for clinic-specific tracking data. +A modern desktop application built with Tauri (Rust) and Vue (TypeScript) for managing tuberculosis (TB) clinic operations. This system bridges HOSxP's MySQL database (read-only) with a local SQLite database for clinic-specific tracking data. ## Features - **Drug Screening**: Query HOSxP patients who have received TB drugs to identify new patients. - **Active Patients Dashboard**: Overview of currently active TB patients with treatment progress and an alert engine tracking patient adherence. - **Patient Details**: Full clinical timeline, drug dispensing history, monthly follow-up records, and side-effect tracking. +- **Weight-Based Dosage Management**: Automated calculation and clinical alerts for TB drug dosage adjustments based on real-time patient weight updates, ensuring optimal treatment efficacy and safety. +- **Epidemiological Mapping**: Interactive geographic map with disease distribution pinning to visualize patient locations, identify clustering, and support contact tracing or public health interventions. - **Reports**: Summary statistics and exportable CSV reports for TB clinic audits (HA Standard). - **Settings**: Complete control to configure database connections, update TB drug codes, and export local SQLite backups. ## Architecture -- **Frontend**: Vue 3.5 (Composition API, `