Motivation
If users are editing a single page for a couple of hours a lot of automatic saves are created which results in a very crowded versioning view and a lot of unnecessary database objects.
Proposed Solution
If the user triggers a manual save delete all automatic translations for this specific translations, but keep the latest 3 as a safeguard. (this is not wished anymore as of May 2024)
instead:
Alternatives
Adapt the view to only show a few automatic translations?
Additional Context
Design Requirements
Motivation
If users are editing a single page for a couple of hours a lot of automatic saves are created which results in a very crowded versioning view and a lot of unnecessary database objects.
Proposed Solution
If the user triggers a manual save delete all automatic translations for this specific translations,
but keep the latest 3 as a safeguard.(this is not wished anymore as of May 2024)instead:
translation.status == constants.status.AUTO_SAVEstatusfield, thus:Alternatives
Adapt the view to only show a few automatic translations?
Additional Context
Design Requirements