We are trying to migrate our internal admin panel to Retool. We can't find any published best practices for this and are trying to figure out the best way to implement this.
- The admin panel will only be used internally by our team
- It will have multiple pages (e.g., Customers, Billing, Activity Log, etc)
- ~80 of the data will be through PostgreSQL, 20% will be custom REST APIs
- Some pages will be quite complex, but most will be basic CRUD-type pages
For apps like this, is it generally recommended to create a single Retool app with multiple pages? Or should each admin page have it's own Retool app?