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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: