-
-
Notifications
You must be signed in to change notification settings - Fork 90
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 slash command to generate application form for various community roles #1024
Comments
When should the bot create that message? On a command? |
Automatically, just a single message, similarly how you have the 'select your roles' channel. It's there 24/7, for anyone that wants to apply. Message with a button to application form. Feel free to give any suggestions. |
yeah ok, I am asking because if you generate the message when starting the bot it will send it multiple times, always when the bot restarts and stuff |
Yeah, I haven't really described implementation details. But it would probably be a slash command that would generate this message. Since we have to account for bot restarts, and we also have to account for addition of new roles members can apply for. That's why roles should be in the config, so we can be dynamic about it, and freely add or remove roles we are no longer interested in. And then we generate new message/application form with a slash command. Keeping the flow consistent with /role-select command we already have. |
Has anybody started work on this? |
@christolis no one is assigned yet, but before you dive into implementations details do brief on the approach you will take. Seems like a button that will trigger a modal menu with fitting questions, role they're applying for etc. I suppose marko mentioned the details. Imo for roles, we can have a field in the modal menu which will brief over various roles along with their initials for ex: Community Ambassador (CA), people reading that can fill CA (should be clear). Questions should be generic to target all roles, but do brief with @marko-radosavljevic or any other moderator/Admin on what questions they would like the form to have. Once you have a structure in mind, should be straight forward. Also let me know if you can't self assign it. Additonal Notes: You can also look at how |
My apologies if this has been answered, but how do applications get accepted or rejected by the bot? Would it have a check-mark button for each application post that accepts them and a cross button to reject them, or would they be manually reviewed by the moderation team? |
@christolis not sure what you mean, user should get a response on submitting that info either an epheremal response or a DM (DM can be more of a reciept of the action for user if they want that for whatever reasons). Response can be something along the lines "thank you for applying, our team will review this and get back to you shortly" and then mods can reach out if a fit for position. |
@christolis I am Tea from the discord server. |
Since application menus where users are going to apply from are going to be permanent, we need their component IDs to not expire by the cache. Previously there was a problem while testing where the already-existing menus would expire and the Discord client would complain. Refs: Together-Java#1024
Users with the right permissions could create a menu with no roles, and that would cause an error. Refs: Together-Java#1024
We want members to know that we appreciate and want their help and contributions for various tasks like organizing events, outreach, community management etc. Additionally, we want to make applying to these roles easy, without leaving the discord client.
So a bot message like "We are always looking for community members that want to contribute to our community, and take charge, if you are interested you can apply for various positions here!" and a button. The channel where this is posted would be in the config. Roles you can apply to should also be in a config.
Member clicks a button, selects a role they want to apply to (optionally, a brief description of the role, if the UI permits), and fill a form answering the question "What makes you a valuable addition to this team" (but a more friendly and less corporate version with a happy emoji).
Their application is posted in a channel defined in the config. With information about the applicant, their picture and discord name, similar to modmail/report.
The text was updated successfully, but these errors were encountered: