Interface to set permissions on documents #276
Labels
backend
Backend, including web server and database
enhancement
New feature or request
frontend
TypeScript frontend and Rust-wasm integrations
tactical
Typical engineering complexity
As of the major backend rewrite (#211), we have a system for authorization and permissioning implemented in the backend. However, we still need to implement a UI in the frontend for an authenticated user to customize the permissions on the documents that they own, analogous to, say, Google Docs.
In addition to the frontend work, this will require adding some new methods (in Rust) to the RPC API by which the frontend and backend communicate.
The text was updated successfully, but these errors were encountered: