-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add the ability to flag documents containing private data #5590
Comments
Hi, thanks for the request. Could you please advise me why to mark private documents? As far as I remember, documents are only available to employees, and the range of persons is limited by the “canReadDocuments” checkbox, i.e. can be configured in roles. What problem are you trying to solve with this checkbox? |
Hi, thanks for your response! I’d like to provide residents with the ability to view documents. To achieve this, I plan to adjust the permissions so that the resident role can access these documents. Additionally, I’m developing a personal account for residents based on the API, which will include this functionality. |
Hello again. Can you explain a little more about the grocery scenario where you need to show documents to residents so we can think about a solution together? (Maybe it should be solved by a checkbox not a checkbox). In which case the documents are shown to the resident? |
This sounds OK, but i'd have added one small change: Let's just add an explicit boolean field If set to true, this means that this document can be shown to Resident and vice-versa |
I'm not sure it's worth running to imlement this change until we know the product motivation. Should the documents be shown to all residents? (at any address). For example general company documents. Or only by house: e.g. some acts / licenses etc. |
@SavelevMatthew Hello! The administrators will be uploading a large number of documents. Some of these will contain personal data, while others will be publicly accessible. I’d like to display the publicly accessible documents to the residents. Therefore, I’d like to add a flag to mark private documents |
Issue Title: Add the ability to flag documents containing private data
Issue Description:
Hello!
I would like to have a feature to flag documents indicating whether they contain private data. This could improve document management and ensure sensitive data is handled properly.
For starters, can we add a checkbox to this upload form to indicate the presence of private data in the document?
In the future, it would be great to have a more flexible solution, such as a component that allows adding new fields to document metadata dynamically.
Attached screenshot for reference.
Thank you!
The text was updated successfully, but these errors were encountered: