This commit is contained in:
Niels Lyngsø
2023-12-08 12:16:32 +01:00
parent 3293e23b86
commit d604a6aaf0

View File

@@ -13,9 +13,9 @@ TODO: Extend the description of a workspace
(rough notes)
- A workspace context knows about its entity type (e.g. content, media, member, etc.) and holds its unique string (e.g.: key).
- Most workspaces contexts hold a draft state of its entity data. It is a copy of the entity data that can be modified at runtime and sent to the server to be saved.
- Most workspace contexts hold a draft state of its entity data. It is a copy of the entity data that can be modified at runtime and sent to the server to be saved.
If a workspace wants to utilize Property Editor UIs, then it must provide a variant context for the property editors. The variant-context is the generic interface between workspace and property editors. See variant contexts for more info.
If a workspace wants to utilize Property Editor UIs, then it must provide a variant context for the property editors. The property-dataset context is the generic interface between workspace and property editors. See variant contexts for more info.
TODO: More points and examples: