Don't show birthday field for default configurations closes #161 #239

Merged
rafael merged 1 commit from feature/161_remove_birthday into main 2025-12-02 15:49:01 +01:00
Owner

Users who need birthday data can use custom fields instead.
Closes #161

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

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
Users who need birthday data can use custom fields instead. Closes #161 ## Description of the implemented changes The changes were: - [ ] Bugfixing - [x] New Feature - [ ] Breaking Change - [ ] Refactoring ## 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 - [x] Tests for new code are written - [x] All tests pass - [x] axe-core dev tools show no critical or major issues
moritz self-assigned this 2025-12-02 15:00:24 +01:00
moritz added 1 commit 2025-12-02 15:00:25 +01:00
feat: remove birth_date field from Member resource
All checks were successful
continuous-integration/drone/push Build is passing
c8968636a8
Users who need birthday data can use custom fields instead.
Closes #161
rafael approved these changes 2025-12-02 15:48:51 +01:00
rafael merged commit 386b4c9e65 into main 2025-12-02 15:49:01 +01:00
rafael deleted branch feature/161_remove_birthday 2025-12-02 15:49:02 +01:00
Sign in to join this conversation.
No description provided.