To make it easier to understand the flow of the app I've refactored the overall app structure. Thanks to @dariansharma work in #12 I think we can utilize Cogs to assist us. In this implementation each large chunk of functionality can be broken into their own Cog which allows for separation of concerns which will help debugging going forward.
Description
To make it easier to understand the flow of the app I've refactored the overall app structure. Thanks to @dariansharma work in #12 I think we can utilize Cogs to assist us. In this implementation each large chunk of functionality can be broken into their own
Cog
which allows for separation of concerns which will help debugging going forward.