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

move translatable models to 1:1 related separate tables #11

Open
infohata opened this issue Feb 26, 2019 · 1 comment
Open

move translatable models to 1:1 related separate tables #11

infohata opened this issue Feb 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working core feature Anything related to the core functionality of the HC
Milestone

Comments

@infohata
Copy link
Contributor

basically admin becomes so much unconfigurable if using HVAD. We either have to reimplement everything on frontend CRM (which can reuse HVAD at some degree), but it would be much simplier to just move all translatable fields to separate 1-1 related tables (meaning unique foreign key relationships). This will not add too much weight on the DB.

Opinions needed, will leave it hang for a day or two, as now can work on #7 without touching these.

@infohata infohata added bug Something isn't working help wanted Extra attention is needed question Further information is requested core feature Anything related to the core functionality of the HC labels Feb 26, 2019
@infohata infohata added this to the Backend Alpha milestone Feb 26, 2019
@infohata infohata self-assigned this Feb 26, 2019
@infohata
Copy link
Contributor Author

The decision is to move translatables to related models, to keep it manageable on admin. If/when HVAD situation will improve, we can always migrate the data to at least extended table state, if not merge the tables back.

@infohata infohata removed help wanted Extra attention is needed question Further information is requested labels Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core feature Anything related to the core functionality of the HC
Projects
None yet
Development

No branches or pull requests

1 participant