Open SonnyBA opened 1 month ago
Looks good overall, I think it might also be good to add some basic documentation on how to use this command to the docs
@SonnyBA I haven't worked on this yet, since I've spent most of my time on zgw consumers upgrade for Open Zaak. Could you pick up the feedback for this PR?
Refinement: Waiting for @SonnyBA to get better. If not this week, @annashamray will pick it up.
Attention: Patch coverage is 93.43066%
with 36 lines
in your changes missing coverage. Please review.
Project coverage is 96.72%. Comparing base (
a8d5aa1
) to head (423ed1a
). Report is 63 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Requires https://github.com/maykinmedia/open-klant/pull/280
Edit: Since #280 was merged, this PR was rebased (see below)
@stevenbal I moved code from the management command file to the migration
folder inside the django project dir, this makes things more readable in my opinion (separate folders for v1
/v2
definitions) instead of having everything in one file. I also moved the cassettes to the migration
folder inside of the project root where there also is a fixtures
directory (which is used for the docker compose setup).
@SonnyBA please round up this PR and release a new version of Open Klant with in
Fixes #197
Changes
Adds a management command which allows the migration of the previous Klanten API to the Klantinteracties API. Two running instances (Klanten and Klantinteracties API) are required to do so with an API token for the Klanten API.