-
- Downloads
[Apps] Prototype backend app scaffolding (#25314)
* [Apps] Prototype backend app scaffolding WIP Given a set of table-ids, we try to build out an app. Ideally the produced scaffold is done on the frontend and passed in to 1. avoid code duplication 2. allow the front end to maintain ownership of visualization_settings 3. avoid regressions on frontend code changes However, this currently builds the scaffold on the backend due to FE dev bandwidth. In theory, it is done in such a way that it both matches the FE as closely as possible as well as becomes easy to change this code to accept a scaffold rather than generating one itself. It uses `scaffold-target` to map cards and dashboards in the scaffold with the inserted ids. Things that are still being worked out elsewhere: 1. The shape of nav-items 2. The shape of implicit action buttons * Sort namespace * Update and fix scaffold based on demo * Address review comments Deduplicate table-ids and make sure they are valid. i18n page suffixes. Check that tables have exactly one primary key column. Check that card scaffold has a `scaffold-target` Remove redudant check in scaffold-target replacement that the map lookup took care of.
Please register or sign in to comment