Open rad96 opened 1 month ago
I've thought about adding a Management Report page, but the big question has always been what information should be reported? If a list could be made that would at least give me a starting point on beginning to create something.
Currently, if you want to generate a list of issues w/o a CVID, it could be done with the API (for ex with Mokkari):
import mokkari
api = mokkari.api("username", "passwd")
qs = api.issues_list({"missing_cv_id": True})
# Print 10 items from the queryset
for item in qs[:10]:
print(f"{item.issue_name}")
'Patra (2024) #3
The 06 Protocol (2022) #3
Abbott: 1973 TPB (2021) #1
Absolute Batman (2024) #2
Absolute Superman (2025) #1
Action Comics (2016) #1073
Action Comics (2016) #1074
Adam Green's Hatchet Halloween V (2023) #1
Afterlife with Archie (2013) #11
Agent of W.O.R.L.D.E. (2022) #2
ty for a way to generate it on my end, but it more about how an common user can access such info :)
Well, and like I said I'd need to know what information would be useful/needed.
Is your feature request related to a problem? Please describe. Wikipedia (and most of wikis) have service pages about missing pages, files, links, etc. It would be cool to have something like this, at least for important (for me) stuff like cv_id and cover It hardly applicable to half of the fields, but maybe at some point it would help people find stuff they can help with to fill it up