feat: Normen-Bibliothek auf 617 erweitert (Ziel: 700)
Wave 3: +161 Normen (456 → 617) - Serien-Lücken geschlossen (EN 1870, EN 474, EN 1034, EN 81, ISO 4254) - Glas, Leder, Backwaren, Tabak, Medizin (IEC 60601), Labor, Feuerwehr - Spielplatz, Fitness, Schwimmbad, HVAC, Kältetechnik - PSA (Schuhe, Handschuhe, Augenschutz, Gehörschutz, Atemschutz) - Leitern, Gerüste, Drahtseile, Gasgeräte, Messtechnik Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -32,6 +32,14 @@ func (h *IACEHandler) ListNormsLibrary(c *gin.Context) {
|
||||
allNorms = append(allNorms, iace.GetConveyorAutoCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetProcessCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetConstructionCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetNiche1CNorms()...)
|
||||
allNorms = append(allNorms, iace.GetNiche2CNorms()...)
|
||||
allNorms = append(allNorms, iace.GetNiche3CNorms()...)
|
||||
allNorms = append(allNorms, iace.GetExtendedB2Norms2()...)
|
||||
allNorms = append(allNorms, iace.GetWave3aCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetWave3bCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetWave3cCNorms()...)
|
||||
allNorms = append(allNorms, iace.GetWave3dCNorms()...)
|
||||
|
||||
var filtered []iace.NormReference
|
||||
for _, norm := range allNorms {
|
||||
|
||||
Reference in New Issue
Block a user