2
π Feature: "Query" Database by permissions
Source: appwrite/appwrite#11515 · opened by @nimos-dev
π Feature description Extend the functionality of: Database List Documents (get a list of all the user's documents in a given collection.) Suggestions: List Documents(X) Get a list of all the user's documents in a given collection where user has permissions X; List Documents(Read) (Get a list of all the user's documents which the user has read permissions) List Documents(Read/Write) (Get a list of all the user's documents which the user has read/write permissions) List Documents(Read/Write/Delete) ( Get a list of all the user's documents which the user has read/write/Delete permissions) π€ Pitch Today we can List Documents (get a list of all the user's documents in a given collection.) which in practice means all documents to which the user has read rights. It would be nice if you could get all documents based on what permissions the user have. Today you have to implement extra redundant attributes if we want to sort/querry by permission. β¦
No pledges yet. Be the first to back this.
No comments yet.