Commit History

feat: Add SQL scripts for complete database reset and initialization, including table and function definitions for sessions, chat history, handoff records, and sbar drafts. Implement foreign key constraints and triggers for automatic session management and updated timestamps.
2f230ab

LearningnRunning commited on

feat: Enhance chat message handling in app.py with improved session ID validation and error handling. Update SupabaseService to log session creation attempts and handle exceptions gracefully. Ensure user and AI messages are only saved when session ID is present.
72123d0

LearningnRunning commited on

chore: Update README with new emoji and color scheme, and revise short description to reflect AI-based nurse handover training platform.
7df763f

LearningnRunning commited on

feat: Update student ID handling in app.py to improve ID generation and session initialization. Modify Supabase schema to accommodate larger student ID fields across relevant tables.
09ab9b3

LearningnRunning commited on

feat: Implement automatic student ID generation using TSID, add functionality for generating new IDs, and update UI components to reflect changes. Enhance session initialization to handle empty student IDs.
485f265

LearningnRunning commited on

chore: Remove models directory copy from Dockerfile to streamline build process
5033c67

LearningnRunning commited on

feat: Add .hf_ignore file to exclude unnecessary files during Hugging Face Space deployment. Update app.py for improved error handling and environment detection, and modify Dockerfile to use requirements.txt for dependency management.
a4126ee

LearningnRunning commited on

feat: Integrate Supabase for data management, replacing local PostgreSQL. Implement Supabase service for CRUD operations on patients and scenarios, and update application logic to utilize Supabase API. Add Dockerfile for containerization and .dockerignore for build optimization.
3a338e5

LearningnRunning commited on

feat: Add database models and services for patient data, scenarios, chat history, and handoff records. Implement database connection settings and CRUD operations for managing patient and scenario data.
0136146

LearningnRunning commited on

feat: Initialize nursing handoff education platform with Gradio, PostgreSQL setup, and initial database scripts. Added .gitignore, Docker configuration, and project metadata.
41a320c

LearningnRunning commited on

Initial commit
924ef30
unverified

Rocky Kim commited on