Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove relations to Category, Tag and Media #195

Open
alexander-schranz opened this issue Sep 15, 2021 · 0 comments
Open

Remove relations to Category, Tag and Media #195

alexander-schranz opened this issue Sep 15, 2021 · 0 comments
Labels
To Discuss The core team has to decide if this will be implemented

Comments

@alexander-schranz
Copy link
Member

alexander-schranz commented Sep 15, 2021

Currently the Excerpt has a relation on database level to category, tag or media. This relations should not exist as the category, tag and media are in another context. Specially in case of on-delete cascade this make problems for Tags. Example if a Tag is merged into another Tag the Tag should not be on-delete cascade, as the event TagMerged and TagRemoved is thrown correctly after it is done. So if we want to merge tags then together or do anything else based on this we should save categories, tags and media not as database relations.

@alexander-schranz alexander-schranz added Technical Debt Impacts only code quality, no or just small impact on end developers and users To Discuss The core team has to decide if this will be implemented and removed Technical Debt Impacts only code quality, no or just small impact on end developers and users labels Sep 15, 2021
@alexander-schranz alexander-schranz added this to the Stable Release milestone Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
To Discuss The core team has to decide if this will be implemented
Projects
None yet
Development

No branches or pull requests

1 participant