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
Perhaps we can automatically normalize (or give the user the option to normalize vs. save in a JSON blob). The normalized form would look something like this:
On the UI side again, we may denormalize back or display in fully normal form depending on the user preference.
It should also allow to propagate some changes back to the parent, for example, bumping the updated timestamp or updating a summary field like last_message_id, etc.
change storage format in database
create EdgeSchema(?) to JSON Schema converter (to use for automatically generating forms, for now)
refine syntax for specifying relationships
decide how to track normalized vs denormalized schemas in database
The text was updated successfully, but these errors were encountered:
Change the base schema format to reflect the database a little more closely.
We can confirm to JSON schema as required.
Additionally it should support some relations and ways to denormalize.
For example, given the following input:
Perhaps we can automatically normalize (or give the user the option to normalize vs. save in a JSON blob). The normalized form would look something like this:
On the UI side again, we may denormalize back or display in fully normal form depending on the user preference.
It should also allow to propagate some changes back to the parent, for example, bumping the
updated
timestamp or updating a summary field likelast_message_id
, etc.The text was updated successfully, but these errors were encountered: