playframework / play-slick

Slick Plugin for Play
Apache License 2.0
804 stars 283 forks source link

Separate Working Examples out to their own Project #428

Open decapo01 opened 6 years ago

decapo01 commented 6 years ago

I had a tough time getting the computer database example to run. I've seen 2 issues about this one here https://github.com/playframework/play-slick/issues/427 and one here https://github.com/playframework/play-slick/issues/374 it would be nice (especially as new comers to Scala and the Play framework) to see working examples in their own project to hack around with and understand. I've already got a separate computer database example running here.

gmethvin commented 6 years ago

Thanks for helping out here. I think it makes sense to move each example to its own repository, like we've done with https://github.com/playframework/play-scala-slick-example.

We could move your example to https://github.com/playframework/play-scala-slick-computer-database-example, and you could submit a PR to remove it here. Then we can add it to our templatecontrol script so we can automatically update the dependencies for Play and Slick when we do releases.

decapo01 commented 6 years ago

Ok, I'll submit the PR over the weekend and try to add a better read me to the computer database example.