-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change report flow to POST requests #3174
Conversation
…t/report-flow-post-request-part-1
…vws/nl-kat-coordination into feat/report-flow-post-request-part-1
I believe the work done in this particular PR works as intended as I've been able to verify that the mentioned actions are indeed POST requests. What doesn't work is going from the report selection to the next step. That results in an error. After consulting @Rieven I learned that this is indeed intended since that part will be fixed in Part 2 he mentioned above. So as long as this doesn't get merged without part 2, QA seems all good. |
…t/report-flow-post-request-part-1
…t/report-flow-post-request-part-1
…t/report-flow-post-request-part-1
* feature/mula/refactor-queue: Fix poetry Updates according to code review Basic audit trails via logging (#3317) Raw upload with Scan OOIS (#3169) Fix Garbage collection and disappearing ports issue (#3214) Formatting Formatting Fix formatting Updated `Django` and `opentelemetry` packages (#3324) Restructure scheduler development scripts (#3293) Change report flow to POST requests (#3174)
Changes
Issue link
#3199
Closes #3199
Demo
QA notes
Will only work for select oois (also works for select all) and next you will go to the report type selection page.
This PR stops there for post request. This is only step 1 which willl havdle only ooi selection and showing report type selection part.
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.