You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the ability for users to create private workspaces they own and control access to. Key requirements:
Workspaces owned by creating user.
Owner can grant read-only or read/write access to other users.
No administrator role required for workspace/permission management.
Rationale:
This feature has been requested before but never implemented. Allowing users to have private workspaces they control access to would be a valuable capability.
Technical Considerations:
Some re-modeling of DynamoDB tables may be required to efficiently handle data retrieval for private workspaces and access controls.
If the team thinks this feature would be of value, I could help with the implementation.
The text was updated successfully, but these errors were encountered:
Implement the ability for users to create private workspaces they own and control access to. Key requirements:
Rationale:
This feature has been requested before but never implemented. Allowing users to have private workspaces they control access to would be a valuable capability.
Technical Considerations:
Some re-modeling of DynamoDB tables may be required to efficiently handle data retrieval for private workspaces and access controls.
If the team thinks this feature would be of value, I could help with the implementation.
The text was updated successfully, but these errors were encountered: