NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

Extracted JsonReader to IoC #84

Closed lukasz-pyrzyk closed 7 years ago

lukasz-pyrzyk commented 7 years ago

[not tested on linux]

It's a part of #83,

I've extracted a component which is responsible for reading all json stuff to datasources. Was planning to use custom IoC container, buck Nancy works quite well.

Also, I could not find a place for WebApp unit tests so I created new project for WebApp unit tests.

pawelklimczyk commented 7 years ago

Merged. The idea with the tests (both unit and integration) is that pull-request code is deployed to test.netdevelopers.pl. We will reach that point soon.