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
In the original design, jwt will be responsible for docking multiple backends and supporting the export of different formats, so the data structure and API are abstracted in multiple layers.
At present, we have re-implemented (or plan to re-implement) these more complex logics in jwst using rust, and we need to streamline the abstraction of jwt to make it easier to use.
I plan to simplify the abstraction of jwt to a level similar to that of @blocksuite/store, but unlike @blocksuite/store, the interface provided by jwt can more flexibly construct block graphs that refer to each other, not for rich text editors The workspaces-pages-blocks tree structure.
The issue is planned to be completed before May, and the pre-requisites are: toeverything/AFFiNE#238
The text was updated successfully, but these errors were encountered:
In the original design, jwt will be responsible for docking multiple backends and supporting the export of different formats, so the data structure and API are abstracted in multiple layers.
At present, we have re-implemented (or plan to re-implement) these more complex logics in jwst using rust, and we need to streamline the abstraction of jwt to make it easier to use.
I plan to simplify the abstraction of jwt to a level similar to that of @blocksuite/store, but unlike @blocksuite/store, the interface provided by jwt can more flexibly construct block graphs that refer to each other, not for rich text editors The workspaces-pages-blocks tree structure.
The issue is planned to be completed before May, and the pre-requisites are: toeverything/AFFiNE#238
The text was updated successfully, but these errors were encountered: