twenty/packages/create-twenty-app/src/constants/base-application/LLMS.md
Thomas des Francs 0b0ffcb8fa
Add pitfall reminders to LLMS guidance (#18627)
please chat, no scroll in scroll on dashboards 🙏
2026-03-14 10:53:42 +00:00

709 B

Base documentation

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.