@dblythy
In the meanwhile, do you know of any library/tool/workaround which can help to quickly write the cloud code by selecting components visually.
I realise some initial work will be required to map the visual components with the corresponding code templates, but i expect it would still be a significant improvement to the current experience.
I have only seen visual code builders more or less successfully work in environments with a limited and clearly defined scope, such as MATLAB, electronics simulators, funnel-like data lake extractors, hardware high-level block building such as Arduino configs or simple educational / demo environments.
I think that trying to implement visual code builders for anything beyond that naturally fails but the idea is kept alive due to fundamental misconceptions about textual programming, IDEs and development workflows.
Nevertheless, this is an interesting topic, and I am excited to see where this is going.
Personally I don’t think introducing a tool with that level of complexity would provide much value. Especially on a self managed parse server, I think it’s best to expect the developer to become familiar with JS. I would see the tool as a way to support best practise / teach things such as Cloud Function validation, good JS, etc.
I’ve seen Quasar’s Flexbox Playground which would be along the lines for how I’d see this come to life - a simple way to lay the framework for your cloud code. Not a replacement for logic, just a way to visually understand what all the different options are, with maybe at most some helpful snippets for reoccurring Parse Cloud uses.