We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Swiftwave is lacking basic team management functionality. Currently, you can add new admin to system and that's all.
Roles -
Standard users will not have access to -
Record access of resources to users in a table -
type ResourceAccess struct { UserID string `json:"user_id"` ResourceType string `json:"resource_type"` ResourceID string `json:"resource_id"` }
With this method, it will be possible to share access of resources to multiple users.
Additional Features - Implement a SMTP module to send mails. Handle message by queueing to have a smooth experience to user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Swiftwave is lacking basic team management functionality. Currently, you can add new admin to system and that's all.
Proposed Solution -
Roles -
Standard users will not have access to -
Record access of resources to users in a table -
With this method, it will be possible to share access of resources to multiple users.
Additional Features -
Implement a SMTP module to send mails. Handle message by queueing to have a smooth experience to user.
The text was updated successfully, but these errors were encountered: