Adding templates that should be used in developer onboarding flow of the Console. It should work approximately like this:
Users are prompted to create an actor.
They are presented with 3 language choices - Node, TS, Python
Depending on choice, the proper getting started template is selected
They are prompted to complete the missing piece of code
Build
Prompted to go to Input - which will have input schema
Fill in input
Run
Output schema should kick in and show nice table
Prompt to either deploy code from GitHub (go to GitHub guide), from local (CLI guide) or continue browsing Console.
@B4nan pls check the TS. I skipped build, because the code would not build, as there is a piece missing.
@fnesveda pls check the Python. I used your original example and quite naively updated it to match the other templates.
Adding templates that should be used in developer onboarding flow of the Console. It should work approximately like this:
@B4nan pls check the TS. I skipped build, because the code would not build, as there is a piece missing. @fnesveda pls check the Python. I used your original example and quite naively updated it to match the other templates.