y-crdt / ypy

Python bindings to y-crdt
https://ypy.readthedocs.io/en/latest/
Other
184 stars 22 forks source link

Subdocument support #139

Open davidbrochart opened 1 year ago

davidbrochart commented 1 year ago

It looks like y-crdt already supports subdocuments, but not ypy. What would it take to support them? If nobody is planning to do it, I can help with that. Any pointer to start with?

cc @Horusiath @Waidhoferj @dmonad

Horusiath commented 1 year ago

I believe we should first took the effort and migrate ypy to use yrs v0.16.x. Sub documents can be implemented on top of it.