Hello everyone!
Many of you have asked me to do a live coding session to show you how to develop an integration under Gladys Assistant 4, and well, it’s now scheduled!
See you this Thursday, October 28th at 9:30 AM on YouTube here ![]()
If you have any questions you’re wondering about right now, don’t hesitate to ask them in this topic before the live session so I can answer them during the live session ![]()
For now, the idea will be to program a very basic integration (based on a fake HTTP API used for the demo to make it more visual):
- Set up the UI of an integration with basic features (scan for new devices, add a device, remove a device)
- Manage the translations of the UI
- Write the backend functions to control a device
- Code formatting and linting with Prettier and ESLint
- Write backend tests with Mocha
- Write frontend tests with Cypress
- Add data for the demo frontend
- Propose a PR
- Propose a Docker build so the community can test
Does that seem comprehensive enough to you?