bim-twin-viewer/backend/app
warnason f9e284c5d7
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run
Add database auto-creation and fix IFC parser flush logic
- Create tables on application startup via lifespan event
- Flush project before creating elements (generate project_id)
- Flush each element before creating properties (generate element_id)
- Add IfcWallStandardCase to parsed element types
- Include FZK-Haus sample IFC file for testing
- Tested: 58 elements, 3601 properties parsed successfully
2026-04-20 12:50:11 +02:00
..
api Fix: remove stray character in elements.py 2026-04-20 11:40:29 +02:00
models Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
schemas Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
services Add database auto-creation and fix IFC parser flush logic 2026-04-20 12:50:11 +02:00
__init__.py Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
config.py Fix: remove stray character in elements.py 2026-04-20 11:40:29 +02:00
main.py Add database auto-creation on startup 2026-04-20 11:55:56 +02:00