Skip to content
Snippets Groups Projects

Check data consistency at import

Merged Felix Blanke requested to merge feature/import-check-data-consistency into main

Addresses and closes #23 (closed)

At json import, the event is exported as a dict. Then, the input field of the user input is checked to match this dict. If False, the input fails.

To make the comparison reliable I sorted all exported lists.

Note that this comparison will fail if between export and import any data is changed – even data that might not be scheduling relevant, e.g. if the name of an AK is changed.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading