pastorsj / blog-api

A simple api for storing users and blogs
https://pastorsj.github.io/blog-api/
MIT License
3 stars 2 forks source link

Feature/hexagonal architecture #53

Closed pastorsj closed 6 years ago

pastorsj commented 6 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #51

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

This makes the continued development of the application easier in terms of the architecture perspective. It will also allow us to use implement a graph ql endpoint

Other information

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.5%) to 85.612% when pulling a5ab4035e6cea747dede2a2404a633658be0fd90 on feature/hexagonal-architecture into bdc44f0737838de46ca18966954c379af77921b6 on master.

pastorsj commented 6 years ago

Approved

Approved with PullApprove