Closed AndyRae closed 1 week ago
Adding Projects to the dataset API, so that datasets_data_partners can be filtered by projects.
Projects
datasets_data_partners
?project_id__in=123
DatasetAndDataPartnerViewSerializer
DatasetAndDataPartnerListView
Is this the right issue type?
Summary
Adding
Projects
to the dataset API, so thatdatasets_data_partners
can be filtered by projects.?project_id__in=123
Acceptance Criteria
Tasks
DatasetAndDataPartnerViewSerializer
serialiser code. In this instance, it is fine for just the ID of the project to be serialised.DatasetAndDataPartnerListView
addProjects
to the existing filtering.Confirm creation