Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
90 stars 7 forks source link

Series Year Began Filter #62

Closed Buried-In-Code closed 3 years ago

Buried-In-Code commented 3 years ago

Is your feature request related to a problem? Please describe. The /series endpoint you can filter by 'year_began' but the /issue endpoint you can't filter by 'year_began' but can by 'volume', so to do a search on the /issue endpoint you have to go to the /series to get what volume it is.

Describe the solution you'd like Either add a filter param to /issue to include 'year_began' or add a 'volume' filter to the /series endpoint

Describe alternatives you've considered You need to call /series to get the volume which can then be used in the /issue search

Additional context Add any other context or screenshots about the feature request here.