bim-twin-viewer/backend/app
warnason 99fd82a025
Some checks failed
CI / backend-lint-and-test (push) Has been cancelled
Fix duplicate elements and robust GlobalId lookup
- Remove IfcWallStandardCase from parser (covered by IfcWall as parent type)
- Add seen_global_ids set to prevent duplicate element insertion
- Use scalars().first() instead of scalar_one_or_none() for resilient lookup
- Re-parse required: clears and rebuilds element data without duplicates
2026-04-22 16:43:28 +02:00
..
api Fix duplicate elements and robust GlobalId lookup 2026-04-22 16:43:28 +02:00
models Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 18:01:12 +02:00
schemas Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 18:01:12 +02:00
services Fix duplicate elements and robust GlobalId lookup 2026-04-22 16:43:28 +02:00
__init__.py Initial project scaffold: FastAPI backend + Vue.js frontend 2026-04-20 18:01:12 +02:00
config.py Fix: remove stray character in elements.py 2026-04-20 18:49:35 +02:00
main.py Add database auto-creation on startup 2026-04-20 18:48:00 +02:00