Code documentation and refactoring #201

Merged
moritz merged 6 commits from feature/refactoring into main 2025-11-13 11:21:32 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

Refactor the Code according to the CODE_GUIDELINES.md

What has been changed?

Added some code documentation and split a long function.

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
## Description of the implemented changes The changes were: - [ ] Bugfixing - [ ] New Feature - [ ] Breaking Change - [x] Refactoring Refactor the Code according to the `CODE_GUIDELINES.md` ## What has been changed? Added some code documentation and split a long function. ## Definition of Done ### Code Quality - [ ] No new technical depths - [ ] 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 - [ ] All tests pass - [ ] axe-core dev tools show no critical or major issues
moritz force-pushed feature/refactoring from 8c8256c62f to 7375b83167 2025-11-13 11:20:44 +01:00 Compare
moritz merged commit 87c5db020d into main 2025-11-13 11:21:32 +01:00
moritz deleted branch feature/refactoring 2025-11-13 11:21:33 +01:00
Sign in to join this conversation.
No description provided.