Skip to content

Rework module system #141

Description

@ffamilyfriendly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    TODO

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions