📄️ Pull app code
1. Open your root folder with VS Code
📄️ Create new field
1. In VS Code - open the file fields/index.ts and add one more field at the end
📄️ Create new calculated field
1. Let's add a Cost field which will be a calculated field - which will multiply "effort hours" by $100
📄️ Create new action
1. Let's imagine sometimes timelog doesn't have enough information about what was done and need to be elaborated.
📄️ Create new visibility rule
1. Imagine workspace manager wants to see the form with information about when timelog was created.
📄️ Create new before-save hook (validation)
1. If there is a need to validate values before saving - it is possible to use before-save hooks in the form