Implements validation for required custom fields closes #274 #301

Merged
carla merged 10 commits from bugfix/274_required_custom_fields into main 2026-01-02 13:57:42 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [x] Bugfixing - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [x] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [ ] Tests for new code are written - [x] All tests pass - [ ] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
carla added 1 commit 2025-12-17 13:32:16 +01:00
fix: add validation for required custom fields
Some checks failed
continuous-integration/drone/push Build is failing
bbc094daaa
carla added 1 commit 2025-12-17 14:34:18 +01:00
test: updated
All checks were successful
continuous-integration/drone/push Build is passing
6084827c73
carla added 5 commits 2025-12-23 17:02:42 +01:00
carla added 1 commit 2025-12-23 18:09:01 +01:00
feat: coherent required boolean handling
Some checks failed
continuous-integration/drone/push Build is failing
1dd68bcaf2
carla added 1 commit 2026-01-02 13:47:37 +01:00
Merge branch 'main' into bugfix/274_required_custom_fields
Some checks failed
continuous-integration/drone/push Build is failing
08f563a412
carla added 1 commit 2026-01-02 13:53:34 +01:00
formatting
All checks were successful
continuous-integration/drone/push Build is passing
850f00fe22
carla merged commit 844b4b6409 into main 2026-01-02 13:57:42 +01:00
carla deleted branch bugfix/274_required_custom_fields 2026-01-02 13:57:43 +01:00
Sign in to join this conversation.
No description provided.