995793c0ac
# Introduction Adding integration test scaffold to the create twenty app and an example to the hello world app This PR also fixes all the sdk e2e tests in local ## `HELLO_WORLD` Removed the legacy implem in the `twenty-apps` folder, replacing it by an exhaustive app generation ## Next step Will in another PR add workflows for CI testing ## Open question - Should we still add vitest config and dep even if the user did not ask for the integration test example ? -> currently we don't - That's the perfect timing to identify if we're ok to handle seed workspace authentication with the known api key
13 lines
540 B
Markdown
13 lines
540 B
Markdown
## Base documentation
|
|
|
|
- Documentation: https://docs.twenty.com/developers/extend/capabilities/apps
|
|
- Rich app example: https://github.com/twentyhq/twenty/tree/main/packages/twenty-sdk/src/cli/__tests__/apps/rich-app
|
|
|
|
## UUID requirement
|
|
- All generated UUIDs must be valid UUID v4.
|
|
|
|
## Common Pitfalls
|
|
|
|
- Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it.
|
|
- Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar.
|