spawner/user-template-dictionary
XPS\Micro e811c4fe3d feat: Add user-template-dictionary with SQLite persistence
- New template: user-template-dictionary with Flask backend
- Features: Add/Edit/Delete words, SQLite database per user
- Persistent storage: Docker Volumes mount to /data/
- Modern HTML/CSS/JS Frontend with error handling
- REST API: GET/POST/PUT/DELETE endpoints
- Health checks and comprehensive logging
- Comprehensive documentation in docs/templates/DICTIONARY_TEMPLATE.md
- Updated templates.json and .env.example

Files:
- user-template-dictionary/Dockerfile
- user-template-dictionary/app.py
- user-template-dictionary/requirements.txt
- user-template-dictionary/templates/index.html
- docs/templates/DICTIONARY_TEMPLATE.md
- templates.json (updated)
- .env.example (updated)
2026-03-18 15:57:23 +01:00
..
templates feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00
app.py feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00
Dockerfile feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00
requirements.txt feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00