Commit graph

19 commits

Author SHA1 Message Date
9043615498 Move core matching factors to the config file
Bonus changes here were making the config a singleton, fixing some more tests and then re-writing the stress test because it was pissing me off.
2024-08-11 22:07:43 +01:00
5f66d3454c Add a readme entry for pausing 2024-08-11 19:03:44 +01:00
7efe781e66 Implement user pausing with /pause 2024-08-11 19:02:47 +01:00
f99f67789d Update the readme for the new commands and formats 2024-08-11 17:58:21 +01:00
d3a22ff090 Significant set of changes
* Use /join and /leave instead of roles
* Use scopes to check for user rights rather than using the config file
* Add /list to show the set of current people signed up
* Add a bunch more testing for various things
* Version both the config and the state
2024-08-11 17:53:37 +01:00
72f2c3540b Add a few more TODO entries 2024-08-11 11:56:55 +01:00
622e15c911 Update the run.sh and README for using venv 2024-08-11 10:36:44 +01:00
19a7b27f7b Add a tests badge 2024-08-10 22:49:50 +01:00
30ddc4a448 Update the README with more infomation 2024-08-10 22:04:21 +01:00
c87d7705cf Update the matching algorythm to take into account role similarity 2024-08-10 21:47:32 +01:00
d3eed67882 Add schema to the list of dependencies 2024-08-10 18:18:38 +01:00
874a24dd1d Implement a history-based matching algorythm
The bot will attempt to keep producing groups with entirely unique matches based on the full history of matches until it can't. It'll then step forward and ignore a week of history and try again, ignoring more history until no history is left
2024-08-10 15:12:14 +01:00
95cb8bc868 Update the README with useful info 2024-08-09 23:33:39 +01:00
fcba566e16 Add pytest to the readme 2024-08-09 23:15:16 +01:00
67b1feb51e Clean up and use role management for permissions 2024-08-08 17:16:59 +01:00
3da8065fa6 Use commands rather than text values
* Fix up the group matching to spread more evenly
* Also swap to using a config.py rather than .envrc or similar
2024-08-08 00:09:30 +01:00
2e9be1cace Update the README 2024-08-07 23:24:47 +01:00
a58a93659c Basic bot start from discordpy guide 2024-08-07 22:15:39 +01:00
c83336e17d Add empty README.md 2024-08-07 22:06:05 +01:00