Architecture thoughts on serialize/deserialize capability #47
Replies: 3 comments 1 reply
-
Some additional thought:
|
Beta Was this translation helpful? Give feedback.
-
Oh, one other thing... I want to be able to do is push "big" strings (things like the njk templates) to separate files when we dump to fs (so that we can edit them as stand alone files) and keep basic strings directly in object files. In past discussions we have established the idea of scalar values are stored in line and vector/object values are stored in separate files. So, I propose a string be considered scalar of it contains no newlines and vector if it contains any newlines, to enable strings to work as described above and also follow the convention we already established. |
Beta Was this translation helpful? Give feedback.
-
I think this might be useful to create a short GUID like ID for unnamed elements (e.g. elements of lists). https://shortunique.id/ |
Beta Was this translation helpful? Give feedback.
-
With work wrapping up on the project create feature and our moving into work to define a standard set schema queries, I have been thinking we might benefit from having the ability to serialize our queries when we are creating them.
Here are some updated thoughts on what serializing might look like. Note, we will need to add the dendron notes to this thread shortly to consolidate things.
General approach
Beta Was this translation helpful? Give feedback.
All reactions