FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests