Kala A.M.S/ ├── backend/ │ └── Code.gs ← Google Apps Script backend ├── lib/ │ ├── config/app_config.dart ← API URL config (update this!) │ ├── models/ │ │ ├── employee.dart │ │ └── attendance.dart ...
Create functions for read-only data retrieval Clearly explain the difference between Actions and Functions Define input and output parameters for actions/functions Understand Events in CAP and how to ...