Corrigeer veldnamen sampleverwerking vervolg (#998)#262
Merged
Conversation
Verwerkt de aanvullende wijzigingen uit issue #998: - constructionLevel: label -> "Onderkant constructie (opbouw op fundering)" - foundationDepth: label -> "Onderkant fundering (m NAP), alleen bij niet-onderheide fundering"; accepteert nu ook negatieve waarden (min -999.99) - Select: nieuwe `clearable` prop maakt de placeholder-optie selecteerbaar zodat een keuze teruggezet kan worden naar geen selectie (-) - Alle optionele "-" selects in de inquiry-sampleform zijn `clearable` (waaronder de 5 scheurvelden); de verplichte Step1-selects blijven ongewijzigd Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vervolg op de veldnaam-correcties uit #998 (eerste ronde zat in #259). Verwerkt de aanvullende wijzigingen uit de laatste comment op het issue.
Naamswijzigingen (
Inquiry/SampleForm.vue)constructionLevelfoundationDepthGedrag
foundationDepthaccepteert nu negatieve waarden (:min0→-999.99).Selectrende de placeholder-optie hardcodeddisabled, waardoor je na een keuze niet meer terug kon naar "-". Toegevoegd: opt-inclearableprop die de placeholder selecteerbaar maakt (zet het model terug opnull)."Kies een type/uitvoerder/beoordelaar") blijven bewust niet-clearable.Test
pnpm type-check✅Closes #998
🤖 Generated with Claude Code