Interacting with the Feedback endpoint should work without explicit assignment pk
Description / Overview
I think it is more convenient and more consistent to use only the of_submission
pk to identify feedback. The assignment should always be provided implicitly to the serializer if present. Otherwise an exception / error code is returned.
Feature checklist
-
Only use of_submission
pk in context of feedback CRUD -
Never use any pks for feedback as it can use the same as submission (OneToOne relation)