Commit Graph

2 Commits

Author SHA1 Message Date
97a12a3bcd feat: implement template storage and download functionality with Docker support 2026-01-09 08:07:18 +01:00
c0d357efdd feat: Add document template management functionality
- Created migration script to add `docx_templates` table with necessary fields and indexes.
- Implemented API routes for uploading, fetching, and deleting document templates.
- Developed document generation feature using selected templates and project data.
- Added UI components for template upload and listing, including a modal for document generation.
- Integrated document generation into the project view page, allowing users to generate documents based on selected templates.
- Enhanced error handling and user feedback for template operations.
2025-12-16 09:50:19 +01:00