You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is intended to be a todo list of the main code refactoring and redesigning that should preferably be completed before a stable version gets released.
Each item on the list has it's own issue (which is linked), which is the main point of conversation.
Conversation here on this issue should be related to the general idea of code refactor/redesign and which vital components are in need of it.
As always, open to discussion, suggestions, etc.
Refactor
Commands management (Create a more dedicated class for the handling of custom commands)
Entities {PR Refactor entities #291} (DRY up the entities and implement magic methods that can handle method calls more elegantly)
Redesign
Request & Update procedure (Decouple the request and update functionality more to make it more logical and especially testable)
Conversations (Make the creation of conversations more streamlined and easier for the users)
Database handlers (optional?) (More abstract database handling to allow different database types by simply implementing the various handlers, e.g. for PostgreSQL, Redis, MongoDB, etc.)
@akalongman@MBoretto@jacklul
Please have a think about these and give your feedback so that we can get this show on the road 😉
The text was updated successfully, but these errors were encountered:
This issue is intended to be a todo list of the main code refactoring and redesigning that should preferably be completed before a stable version gets released.
Each item on the list has it's own issue (which is linked), which is the main point of conversation.
Conversation here on this issue should be related to the general idea of code refactor/redesign and which vital components are in need of it.
As always, open to discussion, suggestions, etc.
Refactor
Redesign
@akalongman @MBoretto @jacklul
Please have a think about these and give your feedback so that we can get this show on the road 😉
The text was updated successfully, but these errors were encountered: