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

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

Migrate `HomepageSearchCache` to v2 #428

Open maxachis opened 3 weeks ago

maxachis commented 3 weeks ago

Context

Requirements

Tests

Docs

Open questions

josh-chamberlain commented 3 weeks ago

@maxachis nice. What do you think about a "graceful" deprecation period for the v1 API where we remove endpoints that are replaced via v2? Or, do you think we should just be ready to do it all at once?

maxachis commented 3 weeks ago

@maxachis nice. What do you think about a "graceful" deprecation period for the v1 API where we remove endpoints that are replaced via v2? Or, do you think we should just be ready to do it all at once?

I think we can do so gradually! We lose nothing but a little bit of hosting cost from having two apps simultaneously, and we'll be able to minimize friction if we can do things one at a time without being in a rush.