2021-07-15 09:03:44 +01:00
|
|
|
# To Do
|
|
|
|
|
|
|
|
## Bot Architecture
|
2021-07-15 23:23:48 +01:00
|
|
|
- [x] Simplify directory tree
|
2021-07-15 23:26:53 +01:00
|
|
|
- [x] Split event listeners into individual cogs.
|
2021-07-16 23:53:31 +01:00
|
|
|
- [x] Update with re-organised data and config structure
|
|
|
|
> - [x] Correct references to data in existing cogs.
|
2021-07-17 13:56:04 +01:00
|
|
|
- [x] Setup minimally functioning configs of guild on startup
|
|
|
|
- [x] Synchronise core configuration `/commands` on startup
|
|
|
|
- [ ] Synchronise secondary `/commands` on complete configuration **(see below)**
|
2021-07-15 09:03:44 +01:00
|
|
|
|
2021-07-17 13:56:04 +01:00
|
|
|
## Bot Functionality and Processes
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] 'Delete Commands' Function
|
|
|
|
- [ ] 'Register Commands' Function
|
2021-07-17 13:56:04 +01:00
|
|
|
- [x] Infer Permissions from Config
|
2021-07-16 23:53:31 +01:00
|
|
|
- [x] Dynamic Command Prefixes
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] Infer Games from Server Structure
|
|
|
|
- [ ] Re-enable logging
|
2021-07-16 23:53:31 +01:00
|
|
|
- [x] Delete Dev/Test Functions
|
|
|
|
- [x] Error handlers
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] Debug Features
|
2021-07-17 13:56:04 +01:00
|
|
|
> - [ ] Command Installer/Uninstaller
|
2021-07-16 23:53:31 +01:00
|
|
|
- [x] Help Channel Event Listener
|
|
|
|
> - [x] Add Config key for Help Channel
|
2021-07-15 23:53:37 +01:00
|
|
|
- [ ] Slash Command Buttons or
|
|
|
|
- [ ] Reaction listener selectors
|
|
|
|
- [ ] Member Verification
|
2021-07-16 23:53:31 +01:00
|
|
|
> - [x] Add Config key membership signup channels
|
|
|
|
> - [x] Add config keys: Membership Category Roles
|
2021-07-15 23:53:37 +01:00
|
|
|
> - [ ] Message Receive listener
|
|
|
|
> - [ ] Message React listener or buttons
|
|
|
|
- [ ] Membership Restriction
|
|
|
|
> - [ ] Message Receive Listener
|
|
|
|
> - [ ] Membership Validation Listener
|
2021-07-17 13:56:04 +01:00
|
|
|
- [ ] Re-synchronise commands after any relevant config changes **(see above)**
|
2021-07-16 23:53:31 +01:00
|
|
|
- [x] Flag for checking completeness of configuration for a guild.
|
|
|
|
> - [x] Function for checking configs for completeness
|
2021-07-15 09:03:44 +01:00
|
|
|
## Event Listeners
|
|
|
|
|
2021-07-16 23:53:31 +01:00
|
|
|
## Review Configs When
|
|
|
|
- [x] Guild Changing Ownership
|
|
|
|
- [x] Roles Modified
|
|
|
|
- [x] Mod Channel Deleted
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Commands
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] Configure Bot function and sub commands
|
2021-07-17 13:56:04 +01:00
|
|
|
> - [x] botrole (role group)
|
|
|
|
> - [ ] committeerole (role group)
|
|
|
|
> - [x] modchannel (channel group)
|
|
|
|
> - [x] help channel (channel group)
|
|
|
|
> - [x] signup channel (channel group)
|
|
|
|
> - [ ] newcomer role (role group)
|
|
|
|
> - [ ] returning player role (role group)
|
|
|
|
> - [ ] student role (role group)
|
|
|
|
> - [ ] help notifications (notification group)
|
|
|
|
> - [ ] signup notifications (notification group)
|
2021-07-15 23:53:37 +01:00
|
|
|
- [ ] Set up command permissions
|
2021-07-17 13:56:04 +01:00
|
|
|
> - [ ] Slash Commands
|
|
|
|
>> - [x] Admin Commands
|
|
|
|
>> - [ ] Game Management Commands
|
|
|
|
> - [x] Native Bot Commands
|
2021-07-15 23:26:53 +01:00
|
|
|
- [ ] Migrate existing bot commands
|
2021-07-15 23:53:37 +01:00
|
|
|
> - [ ] setupgame
|
2021-07-17 13:56:04 +01:00
|
|
|
> - [x] ~~definebotrole~~ config
|
2021-07-15 23:53:37 +01:00
|
|
|
> - [ ] deletegame
|
|
|
|
> - [ ] reset
|
|
|
|
> - [ ] migrate
|
|
|
|
> - [ ] kickplayer
|
|
|
|
> - [ ] addplayer
|
|
|
|
> - [ ] leavegame
|
|
|
|
> - [ ] Pitch command and sub-commands
|
|
|
|
> > - [ ] run
|
|
|
|
> > - [ ] clear
|
2021-07-15 09:03:44 +01:00
|
|
|
|
|
|
|
## Misc
|
2021-07-16 08:37:06 +01:00
|
|
|
- [ ] Review documentation
|
|
|
|
> - [ ] Finalise README.md
|
|
|
|
> - [ ] CHANGELOG.md
|
|
|
|
> - [ ] COMMANDS.md
|
|
|
|
> - [ ] resources.md
|