blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
7 stars 0 forks source link

Translations publishing flow data storage #365

Open stevenle opened 3 months ago

stevenle commented 3 months ago

Description

The current translations flow and data storage has a few issues which makes it confusing for content editors. It was created with rendering speed in mind, but in so doing, created limitations to how a content editor would ideally like to interact with the system.

Some general thoughts:

Note that this task is meant to only solve how we should configure the backend / db for an efficient, non-error-prone publishing flow that is also fast when rendering websites. Once the data storage is solved, we'll need to wireframe how we'd like users to interact with the system in straightforward, intuitive ways.