danielemery / quizlord-api

Graphql api for sharing newspaper quizzes between friends, including results and statistics
https://quizlord.net
MIT License
1 stars 0 forks source link

Separate domains into separate folders #67

Closed danielemery closed 1 year ago

danielemery commented 1 year ago

In #66 a new statistics resolver and service is being introduced.

In order to keep the codebase tidy I'm proposing separating it into domains:

These will be the top level folders that will hold the resolvers, services, persistence layers, tests etc for each domain.

As things are being consolidated they could also be converted into classes that take dependencies as arguments to make testing easier later.