radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
279 stars 140 forks source link

Refactor API Item Filter #252

Open m-mohr opened 1 year ago

m-mohr commented 1 year ago

For Search and Catalogs the Item Filter are very similar and could be refactored into a Mixin. This should at the same time move the data handling from the central VueX store to the Mixin (everything related to "apiItems").

m-mohr commented 1 year ago

Partially done with the Collection Search work.