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
V0
<time> <user> manifest <change for creating document.xml entry>
<time> <user> manifest <change for creating entities.json entry>
<time> <user> manifest <change for creating assets entry>
<time> <user> <uuid for document.xml> <initial changes for document.xml>
<time> <user> <uuid for entities.json> <initial changes for entities.json>
V1
Notes:
every entry in the log has a timestamp and a user-id
the third column is the id of the changed resource
there is a built-in resource called manifest, which has a special schema, and is used to
add and remove resources
the change is stored after the resource-id and can be custom to the specific resource type, e.g. for manifest it is always a serialized ObjectOperation; for other document.xml it is an array of serialized operations; for entities.json it is an array of serialized ObjectOperations
The text was updated successfully, but these errors were encountered:
This will be implemented in Texture but we record it here, as we use Texture as an initial
dot
adoption environment.with
main.log
looking like so:Notes:
manifest
, which has a special schema, and is used toadd and remove resources
manifest
it is always a serializedObjectOperation
; for otherdocument.xml
it is an array of serialized operations; forentities.json
it is an array of serializedObjectOperations
The text was updated successfully, but these errors were encountered: