as title, installed on https://twentyfortwenty.twenty.com/objects/selfHostingUsers?viewId=20069db0-5137-4b2f-9b20-1797572b8eb8
15 lines
708 B
Markdown
15 lines
708 B
Markdown
## Base documentation
|
|
|
|
- Documentation: https://docs.twenty.com/developers/extend/apps/getting-started
|
|
- Rich app example: https://github.com/twentyhq/twenty/tree/main/packages/twenty-apps/examples/postcard
|
|
|
|
## 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.
|
|
- Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab.
|