codex-team / task-manager

3 stars 2 forks source link

Transport handlers refactoring #88

Closed castlesofplacebo closed 2 years ago

castlesofplacebo commented 2 years ago

new backend project structure

castlesofplacebo commented 2 years ago

из вопросов осталось определение типа payload в интерфейсе MessageHandler.

neSpecc commented 2 years ago

What is the difference between the database and db-methods directories?

image
talyguryn commented 2 years ago

What is the difference between the database and db-methods directories?

image

Database — Used to create a connection to database and define mongoose models of entities. Database Methods — Implement wrapper methods to access database.

neSpecc commented 2 years ago

Database — Used to create a connection to database and define mongoose models of entities. Database Methods — Implement wrapper methods to access database.

Do we need both of them? They looks similar.

And also they both have strange names.

neSpecc commented 2 years ago

sorry, missclicked

talyguryn commented 2 years ago

Do we need both of them? They looks similar.

actually there is a deeper problem while architecture is not clean yet. had a meeting with @khaydarov and we decide to define application and domain layers to get the best results