Commit Graph

8 Commits

Author SHA1 Message Date
Aiirondev_dev e8a2e78c71 feat: Add print functionality and improve layout for various templates 2026-05-27 13:42:33 +02:00
Aiirondev_dev 296c25192d feat: Refactor provisioning to instance requests and enhance subdomain availability check 2026-05-27 13:15:22 +02:00
Aiirondev_dev 3dfa68554e feat: Add provision deletion functionality with confirmation in admin and my invoices views 2026-05-27 13:01:32 +02:00
Aiirondev_dev 94f7d301d1 feat: Implement provisioning request management in admin and user invoice views 2026-05-26 22:45:10 +02:00
Aiirondev_dev 6dbba381da refactor: Remove unused email sending functionality and update invoice status descriptions 2026-05-23 23:10:37 +02:00
Aiirondev_dev 2a96e8bbb4 feat: Implement booking email notifications and consent handling in booking flow 2026-05-23 10:16:25 +02:00
Maximilian G. bb501b345e Add new templates for Dienstleistungen, Kontakt, Projekte, and Team pages
- Created 'dienstleistungen.html' to showcase services offered, including inventory system, license management, support, consulting, security concepts, and training.
- Created 'kontakt.html' for contact information, including email and phone details, along with a booking section for appointments.
- Created 'projekte.html' to highlight current and past projects and clients, providing insights into collaborations with educational institutions.
- Created 'team.html' to introduce the team structure, roles, and selected references in the educational sector.
2026-03-24 10:56:59 +00:00
Maximilian G. d00c4e2cb9 Add admin management features and MongoDB setup scripts
- Created .vscode/settings.json for Python environment configuration.
- Added run.sh script for MongoDB installation and project setup.
- Implemented admin chat interface in admin_chats.html.
- Developed invoice management interface in admin_invoices.html.
- Created license management interface in admin_licenses.html.
- Added support ticket management interface in admin_tickets.html.
- Implemented user management interface in admin_users.html.
- Developed user chat interface in chat.html.
- Created user invoice overview in my_invoices.html.
- Developed user license overview in my_licenses.html.
- Added support ticket creation and tracking in tickets.html.
- Created test.sh script for MongoDB setup.
2026-03-23 22:10:13 +00:00