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
Summary: Integrate the project with a MongoDB engine.
In order to be able to create bots, commands, and other entities, it is necessary to integrate the software with a database.
Functional notes:
The integration is only necessary for the backend project. The resources one contains only resources, and the worker project does not need to access data.
Technical notes:
A service must be created so it is easy to inject the database connection anywhere in the project.
DTO classes will be necessary to extend the functionality of the resources ones.
The service must be generic, so all kinds of data can be managed.
Summary: Integrate the project with a MongoDB engine.
In order to be able to create bots, commands, and other entities, it is necessary to integrate the software with a database.
Functional notes:
Technical notes:
Relates to:
Dependencies:
Subtasks:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: