Implements CSV export closes #285 #408

Merged
carla merged 11 commits from feature/export_csv into main 2026-02-09 15:17:51 +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: - [ ] Bugfixing - [x] 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 - [ ] Tests for new code are written - [ ] 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 7 commits 2026-02-04 16:42:20 +01:00
test: add tests
Some checks failed
continuous-integration/drone/push Build is failing
b2e9aff359
refactor
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
d34ff57531
feat: add csv export
Some checks failed
continuous-integration/drone/push Build is failing
c82f4b7fd7
carla added 1 commit 2026-02-04 16:44:05 +01:00
test: adds tests
Some checks failed
continuous-integration/drone/push Build is failing
b429a4dbb6
carla added 1 commit 2026-02-04 16:55:33 +01:00
fix linting
Some checks failed
continuous-integration/drone/push Build is failing
e7d63b9b0a
carla added 2 commits 2026-02-05 15:03:56 +01:00
tests: update tests
Some checks failed
continuous-integration/drone/push Build is failing
8e387d8e17
carla added 1 commit 2026-02-06 08:02:18 +01:00
Merge branch 'main' into feature/export_csv
Some checks failed
continuous-integration/drone/push Build is failing
36e57b24be
carla added 5 commits 2026-02-09 14:09:12 +01:00
fix linting
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
e68a7cf8c7
carla changed title from WIP: Implements CSV export closes #285 to Implements CSV export closes #285 2026-02-09 15:13:08 +01:00
carla merged commit 496e2e438f into main 2026-02-09 15:17:51 +01:00
carla deleted branch feature/export_csv 2026-02-09 15:17:54 +01:00
Sign in to join this conversation.
No description provided.