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
If someone wishes to give a shout out of useful information usually announcements to everyone in Slack channel, currently >500 members in 12 timezones, they need to have authorization to use @ channel or @ everyone which is only limited to admins.
Add a form which when filled with following details would send a request to email id which will then be approved by the admin and taken back after they post; not sure if there is a way to automate this further.
Name
Slack username
GitHub username
Email id which they used to signin to Slack.
One line for the announcement they want to make.
Technical details:
Add Request on top navbar.
In Dropdown say Request Slack Auth.
/request_slackauth/ -> Use Django Crispy Forms with above fields.
Not restricting announcements sharing to admins; please drop me a ping if you have questions on why for this or have better suggestions or have any other questions.
The text was updated successfully, but these errors were encountered:
If someone wishes to give a shout out of useful information usually announcements to everyone in Slack channel, currently >500 members in 12 timezones, they need to have authorization to use @ channel or @ everyone which is only limited to admins.
Add a form which when filled with following details would send a request to email id which will then be approved by the admin and taken back after they post; not sure if there is a way to automate this further.
Technical details:
/request_slackauth/
-> Use Django Crispy Forms with above fields.Not restricting announcements sharing to admins; please drop me a ping if you have questions on why for this or have better suggestions or have any other questions.
The text was updated successfully, but these errors were encountered: