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

Add ability to add diamond_id to Issue. #53

Closed bpepple closed 3 years ago

bpepple commented 3 years ago

Is your feature request related to a problem? Please describe.

Might be useful to add a field for the diamond_id, so users could use Metron data when ordering comics.

Describe the solution you'd like Pretty minor changes would need to be made, just a new field on the Issue model, update forms/views, and modify the Shortboxed import to include that info .

Describe alternatives you've considered N/A

bpepple commented 3 years ago

Fixed in #70