Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexible user roles & permissions (through CouchDB Proxy) #956

Closed
TheSlimvReal opened this issue Aug 23, 2021 · 1 comment
Closed

Flexible user roles & permissions (through CouchDB Proxy) #956

TheSlimvReal opened this issue Aug 23, 2021 · 1 comment
Assignees
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user
Milestone

Comments

@TheSlimvReal
Copy link
Collaborator

TheSlimvReal commented Aug 23, 2021

Sync of data should be restricted based on configurable user roles and permissions, so that some users can only access a subset of all records.

A simple micrcoservice which implements the CouchDB replication protocol should be implemented and used in the app as a proxy between the local PouchDB and the remote CouchDB. This microservice should allow to filter the entities which are saved and loaded from the CouchDB to only show the client a limited set of documents. The filtering should be based on the entity type and properties of a document.

@TheSlimvReal TheSlimvReal added the Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user label Aug 23, 2021
@TheSlimvReal TheSlimvReal added this to the User Roles milestone Aug 23, 2021
@TheSlimvReal TheSlimvReal self-assigned this Aug 23, 2021
@sleidig sleidig moved this to In Progress in Feature Roadmap Feb 8, 2022
@sleidig sleidig changed the title Implement CouchDB Proxy for user permission Flexible user roles & permissions (through CouchDB Proxy) Feb 8, 2022
TheSlimvReal added a commit that referenced this issue Apr 14, 2022
…n of data

closes #769, #956 

Co-authored-by: Schottkyc137 <[email protected]>
Co-authored-by: Sebastian <[email protected]>
@TheSlimvReal
Copy link
Collaborator Author

Fixed by #1036

Repository owner moved this from In Progress to Done in Feature Roadmap Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring / Technical Enh. Technical Enhancement without changes for the user
Projects
Archived in project
Development

No branches or pull requests

1 participant