Workflows go through various states of development and review, and of course they’re always changing.
But maybe a project owner wants to be able to give a green tick to a project once they’ve reviewed the code/workflow diagram/output
I guess this is about bringing the review and QA process out of github and into Lightning. You might have a bunch of features like a shared chat to help with this.
Note sure about this one. I think this is lower priority than figuring out how to have separate staging/production environments… and smoothly manage changes made different branches on Github (main, staging, etc.). Usually the users that have access to “prod” projects have total admin/build rights, and then a separate group of users will have access to a “staging” project and branch to implement changes… and then submit a PR when ready to merge to main. But I guess eventually having a similar PR-like experience IN the app (instead of on Github) might be interesting