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

Business Letter / Confidentiality #46

Open
0xD0M1M0 opened this issue Sep 29, 2024 · 0 comments
Open

Business Letter / Confidentiality #46

0xD0M1M0 opened this issue Sep 29, 2024 · 0 comments

Comments

@0xD0M1M0
Copy link
Contributor

Problem Statement:

Some business letters contain sensitive information and may not be suitable for sharing across the entire company by default. Currently, the standard access permissions for the "Employee" role allow all employees to view such documents, which may lead to unintended information disclosure.

Proposed Solution:

  1. Default Access Adjustment
  • Set the document access option to "Only if Creator" for the "Employee" role as a default setting. This change would restrict document visibility to the original author (creator), who can then manually share the document if required.
  1. Create a New Role: "Business Letter Author"
  • Introduce a new role titled "Business Letter Author", which would have the same base permissions as the "Employee" role.
  • Enhance the business letter document type with additional fields like sender and department (both optional).
  • These fields can be used to configure more granular permissions, such as limiting visibility to only the document's sender or department.
  • This configuration allows for cases where the author is drafting a letter on behalf of a different sender or for a specific department.
  • Add-On: On selecting the "Business Letter Author" Role in the user profile, the first basic "user-permission" is set to "user" for "business letter"
  1. Add documentation to support setting up "Business Letter-Usage"

Impact:

Implementing these changes would improve confidentiality management and allow business letters to be shared on a need-to-know basis, maintaining data privacy and appropriate access levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant