Closed airtonix closed 1 year ago
related discussion: https://github.com/decaporg/decap-cms/issues/1025
Hey!
We'll do some changes soon that decouple commits from editing an item, so these should effectively solve this issue of having 100s of micro-commits when working on a content piece 👍
No timeline on this, but that's something in the pipeline.
Saving every little change results in waiting
insert build time here
before seeing changes live.Until then technical users don't always know what's happening. Those users which do not understand or know that git is underneath keystatic will be confused when they click "publish/save" and it doesn't show up on the site straight away. You can tell them many times: "yada yada yada, it takes 10 minutes to deploy", but they'll forget. (I know, I recently had to deal with this in a side project)
Ways to handle this:
DecapCMS does
2
but only cares about the deployment status for the purposes of displaying a "preview page" within PRs and not indicating that a PR has been merged and its deployment is in flight.Finally there's probably something interesting that can be done by utilising merge queues?