Thanks, Jochen. I pulled the current beta branch into api-v2 and updated API v2 for the new feature-name tables and relationships. Stories now follow the feature_name links, while the API keeps the existing feature_object response key for compatibility and returns the selected feature name with the parent Feature ID and type. Feature detail now includes active name_details, feature-logo lookups go through feature names, and the affected filters use the new relationships. I also added the migration needed to reconcile the beta and API v2 migration histories.
I opened PR #744 with the changes:
https://github.com/GrandComicsDatabase/gcd-django/pull/744The API v2 test suite and CI checks are green, the review-bot comments have been addressed, and the PR is mergeable without conflicts. When you get a chance, could you take a look? If this looks right, I think the next step is merging it into api-v2, followed by merging api-v2 back into beta for final release testing. Does that match what you had in mind?