geas-bot/TODO.md
Vivek Santayana 3d937fffea Finished /config subcommands
Prior to abstraction to generic /config commands with multiple keyed arguments
2021-07-18 00:43:44 +01:00

2.4 KiB

To Do

Bot Architecture

  • Simplify directory tree
  • Split event listeners into individual cogs.
  • Update with re-organised data and config structure
  • Correct references to data in existing cogs.
  • Setup minimally functioning configs of guild on startup
  • Synchronise core configuration /commands on startup
  • Synchronise secondary /commands on complete configuration (see below)

Bot Functionality and Processes

  • 'Delete Commands' Function
  • 'Register Commands' Function
  • Infer Permissions from Config
  • Dynamic Command Prefixes
  • Infer Games from Server Structure
  • Re-enable logging
  • Delete Dev/Test Functions
  • Error handlers
  • Debug Features
  • Command Installer/Uninstaller
  • Help Channel Event Listener
  • Add Config key for Help Channel
  • Slash Command Buttons or
  • Reaction listener selectors
  • Member Verification
  • Add Config key membership signup channels
  • Add config keys: Membership Category Roles
  • Message Receive listener
  • Message React listener or buttons
  • Membership Restriction
  • Message Receive Listener
  • Membership Validation Listener
  • Re-synchronise commands after any relevant config changes (see above)
  • Flag for checking completeness of configuration for a guild.
  • Function for checking configs for completeness

Event Listeners

Review Configs When

  • Guild Changing Ownership
  • Roles Modified
  • Mod Channel Deleted

Commands

  • Configure Bot function and sub commands
  • botrole (role group)
  • committeerole (role group)
  • modchannel (channel group)
  • help channel (channel group)
  • 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)
  • Set up command permissions
  • Slash Commands
  • Admin Commands
  • Game Management Commands
  • Native Bot Commands
  • Migrate existing bot commands
  • setupgame
  • definebotrole config
  • deletegame
  • reset
  • migrate
  • kickplayer
  • addplayer
  • leavegame
  • Pitch command and sub-commands
  • run
  • clear

Misc

  • Review documentation
  • Finalise README.md
  • CHANGELOG.md
  • COMMANDS.md
  • resources.md