Modules work in a pretty "half arsed" implementation at the moment. The core module does a lot of the grunt work, such as managing interactions, with only select events being handled by specific modules.
Right now the ticket commands are in the "commands" directory, which needs consideration. Should commands instead live in a subdirectory of it's parent module? This would make it more clear which command belongs to what module without having to guess. It could also be useful if we want to make modules and commands "opt in" as we then get a clear relationship between commands and functionality
Modules work in a pretty "half arsed" implementation at the moment. The core module does a lot of the grunt work, such as managing interactions, with only select events being handled by specific modules.
Right now the ticket commands are in the "commands" directory, which needs consideration. Should commands instead live in a subdirectory of it's parent module? This would make it more clear which command belongs to what module without having to guess. It could also be useful if we want to make modules and commands "opt in" as we then get a clear relationship between commands and functionality