Commit History
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
chore: Update README with new emoji and color scheme, and revise short description to reflect AI-based nurse handover training platform.
7df763f
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
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
chore: Remove models directory copy from Dockerfile to streamline build process
5033c67
fix: add HF Spaces config to README
e276b25
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
initial commit
660ffb5
verified
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
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
feat: Initialize nursing handoff education platform with Gradio, PostgreSQL setup, and initial database scripts. Added .gitignore, Docker configuration, and project metadata.
41a320c
Initial commit
924ef30
unverified
Rocky Kim
commited on