Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Refactor `/archives` endpoints and tests to align with most recent practices #516

Closed maxachis closed 2 weeks ago

maxachis commented 2 weeks ago

Context

/archives endpoints and tests do not utilize the endpoint schema config or marshmellow schemas. Let's fix that.

Requirements

Tests

Docs

Open questions