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
Add a feature that allows users to request an extension on their onboarding period within the Discord server using a Discord slash command (e.g., /onboarding-extension). If a user cannot complete the required onboarding task within the set 31-day period, they automatically receive a group-onboarding31d+ tag. The user can request additional time within the last 7 days of the 31-day deadline, which will be subject to approval by superusers.
Expected Behavior
Users who fail to complete the onboarding task within 31 days will automatically be assigned the group-onboarding31d+ tag.
These users can request an onboarding extension only within the last 7 days of the 31-day period by typing the slash command /onboarding-extension in the server.
Superusers can review and approve/deny the extension request via a Discord command (e.g., /approve-extension or /deny-extension).
-Upon approval, the user's onboarding period will be extended, and they will not get the groupOnboarding31d+ tag until the extended deadline passes.
If the extension is denied, the user will have the groupOnboarding31d+ tag, and further action will depend on superusers
Current Behavior
Currently, users get the grouponboarding31d+ tag if they do not complete the onboarding task within the 31-day period. There is no option for users to request an extension.
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
A user fails to complete the onboarding task within 31 days.
In the last 7 days of the deadline, the user can request an extension by using the slash command /onboarding-extension.
3.The user receives a group-onboarding31d+ tag if the task is not completed by the end of the 31-day period.
Severity/Priority
Critical
High
Medium
Low
Additional Information
This feature will require integration with existing user management systems and a bot that sets the tag of group-onboarding31d+ Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
Add a feature that allows users to request an extension on their onboarding period within the Discord server using a Discord slash command (e.g., /onboarding-extension). If a user cannot complete the required onboarding task within the set 31-day period, they automatically receive a
group-onboarding31d+
tag. The user can request additional time within the last 7 days of the 31-day deadline, which will be subject to approval by superusers.Expected Behavior
Users who fail to complete the onboarding task within 31 days will automatically be assigned the
group-onboarding31d+
tag.These users can request an onboarding extension only within the last 7 days of the 31-day period by typing the slash command
/onboarding-extension
in the server.Superusers can review and approve/deny the extension request via a Discord command (e.g., /approve-extension or /deny-extension).
-Upon approval, the user's onboarding period will be extended, and they will not get the groupOnboarding31d+ tag until the extended deadline passes.
If the extension is denied, the user will have the
groupOnboarding31d+
tag, and further action will depend on superusersCurrent Behavior
Currently, users get the
grouponboarding31d+
tag if they do not complete the onboarding task within the 31-day period. There is no option for users to request an extension.Screenshots
Reproducibility
Steps to Reproduce
/onboarding-extension.
3.The user receives a
group-onboarding31d+
tag if the task is not completed by the end of the 31-day period.Severity/Priority
Additional Information
This feature will require integration with existing user management systems and a bot that sets the tag of
group-onboarding31d+
Checklist
The text was updated successfully, but these errors were encountered: