FritzAndFriends / ResourceManagement

A resource management application originally designed for Sebastian Riding Associates.
MIT License
36 stars 28 forks source link

Create ViewModels for the Blazor components #56

Closed csharpfritz closed 5 years ago

csharpfritz commented 5 years ago

To support future unit testing, we should start using ViewModels with the Blazor Components.

SimonGeering commented 5 years ago

@csharpfritz please assign this one to me. Will it be ok to pull view models out into .net Standard DLL so it can be referenced from both the unit-test project and the Client project?

SimonGeering commented 5 years ago

OK, it looks like the unit test project already has a reference to the web app, so I guess that works for the solution. I'll put the ViewModels in the web app for now then and there will be the option to pull them out into another DLL later, not least because naming things is hard and it's probably best for you to name it.

csharpfritz commented 5 years ago

That works for me. Thanks!

Jeff

On Jul 28, 2019, at 12:54, Simon Geering notifications@github.com wrote:

OK, it looks like the unit test project already has a reference to the web app, so I guess that works for the solution. I'll put the ViewModels in the web app for now then and there will be the option to pull them out into another DLL later, not least because naming things is hard and it's probably best for you to name it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.