You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: