Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ali2206
/
Checklist
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Checklist
224 kB
1 contributor
History:
23 commits
Ali2206
taw bch yekhdem
623a0a4
4 months ago
__pycache__
Fix checklist reset after save - Updated save function to reload template from database - Added error handling for template loading - Removed hardcoded fallback structure - Fixed template endpoint integration
4 months ago
.env
186 Bytes
Fix duplicate save issue and improve image handling - Updated backend to prevent duplicate entries - Fixed MongoDB immutable _id field error - Added comprehensive logging for debugging - Improved image capture and storage functionality
4 months ago
.gitattributes
1.52 kB
initial commit
4 months ago
Dockerfile
399 Bytes
Add debugging and improve startup: Enhanced environment variable logging, created run.py startup script, updated Dockerfile for better error handling
4 months ago
README.md
2.05 kB
Deploy FastAPI backend with MongoDB integration - Added app.py, requirements.txt, and updated Dockerfile for HF Spaces deployment
4 months ago
app.py
79 kB
taw bch yekhdem
4 months ago
insert_default_checklist.py
11.1 kB
Add dynamic checklist template system - Added checklist template storage in database - Created endpoint to fetch default template - Updated frontend to load template from database - Added script to populate default template - Removed hardcoded checklist structure
4 months ago
main.py
79 kB
Fix template ID mismatch - Support both 'default' and 'default-audit-checklist' IDs - Use existing template in database - All CRUD operations now work with existing template
4 months ago
mongodb.env
233 Bytes
Fix duplicate save issue and improve image handling - Updated backend to prevent duplicate entries - Fixed MongoDB immutable _id field error - Added comprehensive logging for debugging - Improved image capture and storage functionality
4 months ago
requirements.txt
483 Bytes
Fix duplicate save issue and improve image handling - Updated backend to prevent duplicate entries - Fixed MongoDB immutable _id field error - Added comprehensive logging for debugging - Improved image capture and storage functionality
4 months ago
run.py
1.51 kB
Fix logger issue in run.py - Replace logger calls with print statements for startup script
4 months ago
start_server.py
2.85 kB
Add missing files: start_server.py, mongodb.env.example, and fix Dockerfile paths
4 months ago