Is your feature request related to a problem? Please describe.
Would be useful to have links/id's for resources (series, issues) to external databases (like ComicVine & GCD). Would make it easier for users to migrate data between different information sources.
Describe the solution you'd like
Most likely add a GenericRelation field to the various resource models, tho would need to look into how to add POST/PATCH method to populate this data.
Another option would be to add an PositiveInteger field for CV & GCD in each resource model we want to track this information. While easier to implement, this is a bit more brittle since any additional information source would require an additional field.
Is your feature request related to a problem? Please describe. Would be useful to have links/id's for resources (series, issues) to external databases (like ComicVine & GCD). Would make it easier for users to migrate data between different information sources.
Describe the solution you'd like
Most likely add a GenericRelation field to the various resource models, tho would need to look into how to add POST/PATCH method to populate this data.
Another option would be to add an PositiveInteger field for CV & GCD in each resource model we want to track this information. While easier to implement, this is a bit more brittle since any additional information source would require an additional field.