bmc_hub/app/core
Christian 3dcd04396e feat(webshop): Initial implementation of webshop module with views, migrations, and templates
- Added views for webshop admin interface using FastAPI and Jinja2 templates.
- Created initial SQL migration for webshop configurations, products, orders, and order items.
- Defined module metadata in module.json for webshop.
- Implemented HTML template for the webshop index page.
- Documented frontend requirements and API contracts in WEBSHOP_FRONTEND_PROMPT.md.
- Introduced scripts for generating conversation summaries and testing Whisper capabilities.
2026-01-25 03:29:28 +01:00
..
__init__.py Initial BMC Hub setup 2025-12-05 14:22:39 +01:00
auth_dependencies.py feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
auth_service.py feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
config.py feat(webshop): Initial implementation of webshop module with views, migrations, and templates 2026-01-25 03:29:28 +01:00
database.py feat(migrations): add supplier invoice enhancements for accounting integration 2026-01-07 10:32:41 +01:00
module_loader.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00