Genfic / Ogma

Publish your stories, talk about them, categorize them to your heart's content
https://genfic.net
GNU General Public License v3.0
2 stars 1 forks source link

Refactor code to put CQs next to controllers, not data models #47

Closed Atulin closed 12 months ago

Atulin commented 3 years ago

Change the CQRS pattern added in https://github.com/Atulin/Ogma/commit/82690655c8bbe78f76b6b40100f4e5a253018648 to have commands and queries next to the controller, not next to data.

Atulin commented 12 months ago

It just kinda was done at some point and I didn't even notice when