duyhai / duyhai/MeetupDiscordBot
Add more fine grained no-show penalties and score system
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 4
- Avg merge
- 11h 47m
- Merged PRs (30d)
- 16
Description
So, I thought about it and I think we could implement some No-Show rule system that's not too harsh, but it's also harsh enough. Using the bot and a database, we could keep track people's Attendance Score that would range 0-10. Here are the rules that I came up with:
- You start at 5.
- If you reach 0, an organizer will reach out they decide if you get to have a second chance or you're out
- Every second attended event: +1
- Every no show: -3 point
- Last minute drop: -2 point
- Last minute drop with comment: -1 point
- Showing up without RSVP and without asking host that it's okay: -3 point
- You can pay 9 points to give someone 3: This way you vouch for someone who you believe will improve their attendance by putting something on the line
- Add a way for people to track their attendance with the Discord bot
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.