feat: data import api endpoint#897
Conversation
There was a problem hiding this comment.
Great feature!
Beside the comments: I appended the files
delivery.xlsx
demand.xlsx
production.xlsx
stock.xlsx
I used for a test using bruno (created a folder 4, with a subfolder assets where I placed the files).
Further please
- update the admin guide
- add a changleog entry
Notes:
- handling of 500er vs 200er is inconsistent sometimes (e.g. persistence and enums lead to 500)
- delivery didn't work for me
|
Thank you for the thorough review. I addressed most of your comments, but I had to omit the changes to validation in order not to make this PR to complicated. I created an issue for a validation rework to further improve the quality of error reporting. |
tom-rm-meyer-ISST
left a comment
There was a problem hiding this comment.
Hey, really increased quality here! Some findings - you can also handle them with #906. I attached my working import files.
demand.xlsx
stock_soft_fail.xlsx
production_no_fail.xlsx
delivery_no_fail.xlsx
tom-rm-meyer-ISST
left a comment
There was a problem hiding this comment.
LGTM, thanks a lot. Improvement of validations via #906
Description
solves #899
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: