decap-cms
decap-cms copied to clipboard
Implement editorial workflow for Gitea / Forgejo backend
Now that there is a Gitea / Forgejo Backend supported, I open this issue proposal to request adding publish_mode: editorial_workflow
support to it.
Maybe @denyskon who's fantastic work contributed Gitea support 👍🏻 😄 can comment on the viability of this task? Did you notice anything quirks that might make it not feasible?
I think a few API endpoints are missing in Gitea to achieve that. In general, the Gitea API is pretty compatible with the GitHub API, so if we find out the missing endpoints and implement them in Gitea (I could maybe help there), it should be feasible.
(also see https://github.com/StaticJsCMS/static-cms/issues/1047)
Thanks for the quick reply 🌟 Since you know the Decap code (and I do not), if you make a list of those endpoints, I'm happy to open isses on Gitea tracker and perhaps even bug some of my Go developer friends to nudge this forward...
@denyskon Do you have any insights which API endpoints are missing? Or do you have any pointers on how to find out which ones are missing? Once we know that, we can work with Gitea/Forgejo to get them implemented.