feat: Normen-Bibliothek auf 751 Normen finalisiert

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-07 13:24:33 +02:00
parent fb6192d92d
commit 1005ba0398
3 changed files with 26 additions and 8 deletions
@@ -44,6 +44,7 @@ func (h *IACEHandler) ListNormsLibrary(c *gin.Context) {
allNorms = append(allNorms, iace.GetWave3dCNorms()...)
allNorms = append(allNorms, iace.GetWave3dExtCNorms()...)
allNorms = append(allNorms, iace.GetWave3dHvacCNorms()...)
allNorms = append(allNorms, iace.GetFinalCNorms()...)
var filtered []iace.NormReference
for _, norm := range allNorms {