Fix filtered CSV Export closes #451 #460

Merged
moritz merged 2 commits from fix/export into main 2026-03-04 21:16:24 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

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: - [x] Bugfixing - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## 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 ## Additional Notes <!--- Add any additional information for the reviewers here -->
moritz self-assigned this 2026-03-04 20:28:40 +01:00
moritz added 5 commits 2026-03-04 20:28:41 +01:00
- find_contact_by_email uses GET with filter[isExternal]=true and filter[email]
- vereinfacht_required_member_fields is now empty (API accepts minimal payload)
- Member field settings: required only from email + settings (no API override)
- Member resource validation: required fields from settings only
- Gettext: remove obsolete 'Required for Vereinfacht integration' string
- CODE_GUIDELINES: add vereinfacht/ to project structure, required-fields note, link to vereinfacht-api
- docs/vereinfacht-api.md: filter API, minimal create payload, no extra required fields
- feature-roadmap: member-contact sync implemented, link to doc
Vereinfacht: sync country with finance contact API
All checks were successful
continuous-integration/drone/push Build is passing
9f169b9835
CSV export: apply cycle_status_filter and boolean_filters when exporting all
All checks were successful
continuous-integration/drone/push Build is passing
ad641ed49e
moritz added this to the Sprint 13: 19.02-26.02 project 2026-03-04 20:28:43 +01:00
moritz added 1 commit 2026-03-04 20:51:15 +01:00
moritz force-pushed fix/export from 930c039c5d to 4308368c91 2026-03-04 20:52:42 +01:00 Compare
moritz removed this from the Sprint 13: 19.02-26.02 project 2026-03-04 20:53:27 +01:00
moritz force-pushed fix/export from 4308368c91 to a2dfdccef3 2026-03-04 21:02:12 +01:00 Compare
moritz force-pushed fix/export from a2dfdccef3 to fc7b035123 2026-03-04 21:16:03 +01:00 Compare
moritz merged commit b4d780e04d into main 2026-03-04 21:16:24 +01:00
moritz deleted branch fix/export 2026-03-04 21:16:25 +01:00
Sign in to join this conversation.
No description provided.