spacebarchat / spacebarchat/server
Guild feature to ban membership screening rejects
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 323
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 4
Description
I am proposing a new guild feature:
When the BAN_QUESTIONNAIRE_REJECTS is present in the guild features list, people that are rejected during the membership screening questionnaire should automatically be added to the ban list of the guild. Such bans should be recorded in the audit log as if done by the person evaluating the questionnaire.
Permissions: To add, per-guild ADMINISTRATOR or server-wide MANAGE_USERS. To remove, per-guild ADMINISTRATOR.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the membership screening rejection flow, guild ban handling, and audit-log recording paths in the TypeScript server. Check how guild features and the stated administrator or manage-users permissions are evaluated. Done means rejected members are banned only when BAN_QUESTIONNAIRE_REJECTS is enabled, with the required audit entry and permission behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100