You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beacon live data source is currently defined as a module in the host application but that impose a couple of problems:
Require Elixir knowledge to change values, even scalar basic values like a person name or a number;
Require redeployment, which goes against Beacon's main proposal;
Templates get out of sync causing crashes, suppose you change an assign name in a template. That change requires changing the data source but the template will break until the data source is deployed, and doing the operation operation (changing the data source first) will also crash the template until the updated page is published.
For those reasons, we need to to:
Add a new tab in the Pages page to allow users to create/edit the data source for a given page;
Version the data source along with the template (the whole page) so changes on either one goes together;
AZholtkevych
changed the title
Create and modify data source at runtime
Admin -> General Improvements: Create and modify data source at runtime
Sep 25, 2023
AZholtkevych
changed the title
Admin -> General Improvements: Create and modify data source at runtime
General Improvements: Create and modify data source at runtime
Oct 23, 2023
Beacon live data source is currently defined as a module in the host application but that impose a couple of problems:
For those reasons, we need to to:
The layout for that page may contain:
The data type allows us to display the correct "content" field.
The text was updated successfully, but these errors were encountered: