Implements csv service skeleton closes #330 #350

Merged
carla merged 5 commits from feature/330_import_service_skeleton into main 2026-01-14 12:31:32 +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 - [ ] 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 <!--- Add any additional information for the reviewers here -->
carla added 1 commit 2026-01-14 09:06:32 +01:00
feat: add service skeleton and tests
Some checks failed
continuous-integration/drone/push Build is failing
cc6d72b6b1
carla added 1 commit 2026-01-14 09:11:52 +01:00
skip test for now
Some checks failed
continuous-integration/drone/push Build is failing
aa62e03409
carla added 1 commit 2026-01-14 09:49:53 +01:00
fix struct inconsistencies
Some checks failed
continuous-integration/drone/push Build is failing
fb71b7ddb1
carla added 1 commit 2026-01-14 11:56:57 +01:00
carla changed title from WIP: Implements csv service skeleton closes #330 to Implements csv service skeleton closes #330 2026-01-14 12:30:31 +01:00
carla added 1 commit 2026-01-14 12:30:44 +01:00
carla merged commit 448a032878 into main 2026-01-14 12:31:32 +01:00
carla deleted branch feature/330_import_service_skeleton 2026-01-14 12:31:38 +01:00
Sign in to join this conversation.
No description provided.