Checklist / app.py

Commit History

taw bch yekhdem
623a0a4

Ali2206 commited on

Fix automatic checklist creation - Return default checklist structure without saving to database when user enters name
546abe0

Ali2206 commited on

Fix user name preservation in save_checklist - Preserve existing userName from mobile app instead of overriding it
12a44fb

Ali2206 commited on

Fix user name display in history - Ensure metadata.userName is properly saved and displayed
3d48b7c

Ali2206 commited on

Fix ObjectId serialization with comprehensive recursive conversion - Handle all ObjectId fields in nested structures and datetime objects
0ee46b5

Ali2206 commited on

Fix ObjectId serialization error in get_all_checklists endpoint - Use deep copy to avoid modifying original MongoDB documents
7ca3ae1

Ali2206 commited on

Fix logger issue in app.py - Replace logger calls with print statements before logger is defined, and remove mongodb.env.example file
f2be85d

Ali2206 commited on

Add debugging and improve startup: Enhanced environment variable logging, created run.py startup script, updated Dockerfile for better error handling
ef0c125

Ali2206 commited on

Deploy FastAPI backend with MongoDB integration - Added app.py, requirements.txt, and updated Dockerfile for HF Spaces deployment
b19e5b5

Ali2206 commited on