Mark required fields in UI #235

Merged
moritz merged 1 commit from mark-required-fields into main 2025-12-02 15:26:12 +01:00
Collaborator

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

Fix #224

What has been changed?

Add a small red asterisk with a tooltip to all required input fields.

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 (should the asterisk be focusable, because of the tooltip?)

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues
## Description of the implemented changes The changes were: - [ ] Bugfixing - [x] New Feature - [ ] Breaking Change - [ ] Refactoring Fix #224 ## What has been changed? Add a small red asterisk with a tooltip to all required input fields. ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [x] Documentation is added were needed ### Accessibility - [x] New elements are properly defined with html-tags - [x] Colour contrast follows WCAG criteria - [x] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [x] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus (should the asterisk be focusable, because of the tooltip?) ### Testing - [ ] Tests for new code are written - [ ] All tests pass - [x] axe-core dev tools show no critical or major issues
rafael added 2 commits 2025-12-02 11:38:41 +01:00
Check translations when linting
All checks were successful
continuous-integration/drone/push Build is passing
1073c380b7
rafael self-assigned this 2025-12-02 11:43:40 +01:00
requested review from carla 2025-12-02 11:43:51 +01:00
rafael force-pushed mark-required-fields from 1073c380b7 to 56173d423b 2025-12-02 11:59:33 +01:00 Compare
moritz approved these changes 2025-12-02 15:10:25 +01:00
moritz left a comment
Owner

👍

👍
moritz force-pushed mark-required-fields from 56173d423b to a67a91cffa 2025-12-02 15:23:56 +01:00 Compare
moritz merged commit 88c5f3dde0 into main 2025-12-02 15:26:12 +01:00
moritz deleted branch mark-required-fields 2025-12-02 15:26:13 +01:00
Sign in to join this conversation.
No description provided.