Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block

This commit is contained in:
Tienson Qin
2024-07-21 11:34:49 +08:00
57 changed files with 3654 additions and 354 deletions

View File

@@ -78,10 +78,20 @@
[:failed-ops {:optional true} [:sequential to-ws-op-schema]]
[:s3-presign-url {:optional true} :string]
[:diff-data {:optional true} [:map-of :keyword :any]]
[:online-users {:optional true} [:sequential [:map
[:user/uuid :uuid]
[:user/name :string]
[:user/email :string]]]]
[:users {:optional true} [:sequential
[:map {:closed true}
[:user/uuid :uuid]
[:user/name :string]
[:user/email :string]
[:user/online? :boolean]
[:user/avatar {:optional true} :string]
[:graph<->user/user-type :keyword]]]]
[:online-users {:optional true} [:sequential
[:map {:closed true}
[:user/uuid :uuid]
[:user/name :string]
[:user/email :string]
[:user/avatar {:optional true} :string]]]]
[:refed-blocks {:optional true}
[:maybe
[:sequential