pvoznenko / play-slick-angular-test-example

Built on Play Framework, Slick, AngularJS, Webjars, RequireJS, using test on H2 in-memory database.
MIT License
23 stars 3 forks source link

play 2.4.x #1

Open ergomesh opened 8 years ago

ergomesh commented 8 years ago

I would be interested to see how this would be upgraded to work for play2.4.x and slick3

pvoznenko commented 8 years ago

Hi @ergomesh, good point.

Will update it when I have some free time.

Cheers!

ergomesh commented 8 years ago

Cool I tried but couldn't get the getFilteredQuery and filterRowBased working correctly in slick3. Also, I wasn't sure the best method in slick3 for making it object of the ReportsModel considering the injection and futures in 2.4.x

Fairly different beast.

pvoznenko commented 8 years ago

Yep, they totally changed way on how to work with slick 3 compare to prev 2nd version. So it will be not 5 min work. Also I might consider some architecture changes too :)