bpepple / metron

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

Import Characters & Teams from Trade Paperback's reprinted issues. #124

Open bpepple opened 2 years ago

bpepple commented 2 years ago

Is your feature request related to a problem? Would save some time adding information if the characters & teams were imported from the reprint issues contained in the Trade Paperback.

Describe the solution you'd like Off the top of my head, having a button to handled this on the TPB detail view would probably be sufficient.

Additional context If the reprint issue contains more than one story, it would most likely need to bail and inform the user they will need to enter manually that issues data.

bpepple commented 2 years ago

Added an admin action to handle this in 598d384, but would like to expose this functionality to editors, so I'll leave this open until then.