Implement filter for has_paid closes #227 #237

Merged
rafael merged 4 commits from feature/227_payment_filter into main 2025-12-02 16:12:44 +01:00
Owner

Add PaymentFilterComponent dropdown and colored paid column. Filter supports URL bookmarking and combines with search/sort.

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
Add PaymentFilterComponent dropdown and colored paid column. Filter supports URL bookmarking and combines with search/sort. ## 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 - [ ] axe-core dev tools show no critical or major issues
moritz self-assigned this 2025-12-02 13:43:44 +01:00
moritz added 1 commit 2025-12-02 13:43:45 +01:00
feat: add payment status filter and paid column to member list
All checks were successful
continuous-integration/drone/push Build is passing
9166db8a52
Add PaymentFilterComponent dropdown and colored paid column. Filter supports URL bookmarking and combines with search/sort.
moritz added 1 commit 2025-12-02 13:56:31 +01:00
fix: add role=none to li elements in payment filter for ARIA compliance
All checks were successful
continuous-integration/drone/push Build is passing
6feee45f80
moritz added 1 commit 2025-12-02 14:42:13 +01:00
fix: add ESC key support, security comment, and disable async tests
All checks were successful
continuous-integration/drone/push Build is passing
7470d7e9ab
moritz changed title from WIP: Implement filter for has_paid closes #227 to Implement filter for has_paid closes #227 2025-12-02 15:00:59 +01:00
requested reviews from simon, carla, rafael 2025-12-02 15:01:07 +01:00
moritz force-pushed feature/227_payment_filter from 7470d7e9ab to 4a09ab1f7b 2025-12-02 15:06:57 +01:00 Compare
moritz force-pushed feature/227_payment_filter from 4a09ab1f7b to 6d75766dba 2025-12-02 15:55:35 +01:00 Compare
rafael added 1 commit 2025-12-02 16:04:31 +01:00
Fix missing search query socket assign in member index
All checks were successful
continuous-integration/drone/push Build is passing
875c422b7d
rafael merged commit ac2ad0a0d5 into main 2025-12-02 16:12:44 +01:00
rafael deleted branch feature/227_payment_filter 2025-12-02 16:12:45 +01:00
Sign in to join this conversation.
No description provided.