bim-twin-viewer/backend
warnason 50b55cee42 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 18:52:27 +02:00
..
app Add database auto-creation and fix IFC parser flush logic 2026-04-20 18:52:27 +02:00
tests Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
Dockerfile Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
pytest.ini Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00
requirements.txt Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 11:21:30 +02:00