Reduce member fields closes #273 #319

Merged
carla merged 13 commits from feature/273_member_fields into main 2026-01-07 11:11:40 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

  • phone number has been removed from meber fields
  • all fields except email are optional
  • email is shown in user details for nam eas fallback

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: - [ ] Bugfixing - [x] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? - phone number has been removed from meber fields - all fields except email are optional - email is shown in user details for nam eas fallback ## 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 4 commits 2026-01-02 16:24:53 +01:00
carla changed title from WIP: to WIP: Reduce member fields closes #273 2026-01-02 16:25:23 +01:00
carla added 1 commit 2026-01-06 16:43:25 +01:00
feat: adds email as fallback for name in member details
Some checks failed
continuous-integration/drone/push Build is failing
b59a4ef61a
carla added 1 commit 2026-01-06 16:44:04 +01:00
Merge branch 'main' into feature/273_member_fields
Some checks failed
continuous-integration/drone/push Build is failing
7ef95828c3
carla added 1 commit 2026-01-07 09:06:09 +01:00
fix linting
All checks were successful
continuous-integration/drone/push Build is passing
e1211fcf0f
carla added 3 commits 2026-01-07 09:55:16 +01:00
carla changed title from WIP: Reduce member fields closes #273 to Reduce member fields closes #273 2026-01-07 10:20:26 +01:00
carla self-assigned this 2026-01-07 10:20:35 +01:00
Author
Owner

@simon and @moritz I added showing email as fallback for name in the member details so that there is always a heading

@simon and @moritz I added showing email as fallback for name in the member details so that there is always a heading
carla added 1 commit 2026-01-07 10:22:23 +01:00
Merge branch 'main' into feature/273_member_fields
Some checks failed
continuous-integration/drone/push Build is failing
0c8a255476
carla added 1 commit 2026-01-07 10:30:33 +01:00
fix linter errors
All checks were successful
continuous-integration/drone/push Build is passing
6d77e08ad8
carla force-pushed feature/273_member_fields from 6d77e08ad8 to 0c8a255476 2026-01-07 10:42:20 +01:00 Compare
carla added 1 commit 2026-01-07 11:02:42 +01:00
fix linting errors
Some checks failed
continuous-integration/drone/push Build is failing
ee3e1745e0
carla added 1 commit 2026-01-07 11:03:09 +01:00
Merge branch 'main' into feature/273_member_fields
All checks were successful
continuous-integration/drone/push Build is passing
d461f75256
carla merged commit ea29fbb58b into main 2026-01-07 11:11:40 +01:00
carla deleted branch feature/273_member_fields 2026-01-07 11:11:40 +01:00
Sign in to join this conversation.
No description provided.