Hi there, first thing, must congrat dev’s with gamma, looking really promising!
So, i wanted to ask, if there is some basic practical tutorial around, like an todo app or calculator with gamma, my goal is (as for a starter) to create some CRUD:
Create data type, create collection, populate collection, edit item…
As an extra, gamma usage with some api like https://api.github.com/users
For now, i stuck with subpatch creation, i heard an datatype shoud be called a record, but still no clue how to create one :)
The problem i have here, that even on help browser, there is nothing about core concepts on how to create subpatch process or whatever…
Maybe you can just spread few words, on how to properly create sub components? Class, method, etc…My current idea, is to make another new patch and reference it in the one I’m in…