Closed jeffweiss closed 7 years ago
Thanks for adding this!
Once we get the new Phoenix release settled in, we can have a solid conversation about where these should go.
@jeffweiss @jeregrine @lancehalvorsen I wonder if it would make sense to host reference applications external to the guides? I was thinking it might make sense to have a community site or wiki setup where we could list this, along with tutorials and other materials.
I have a list of these sorts of references/examples that could be pulled together for that. A few examples:
Trello Clone https://blog.diacode.com/trello-clone-with-phoenix-and-react-pt-1
Blog Example https://medium.com/elixir-magic/writing-a-blog-engine-in-phoenix-and-elixir-part-9-live-comments-9269669a6941
15 Min Blog Example https://www.monterail.com/blog/2015/phoenix-blog
Changelog.com https://github.com/thechangelog/changelog.com
ExAdmin Demo #1 https://github.com/smpallen99/ex_admin
ExAdmin Demo #2 https://github.com/smpallen99/contact_demo
Pluralsight Course App https://github.com/taylonr/rsvp_umbrella
Udemy Course Apps https://github.com/StephenGrider/ElixirCode
This also appears to be a community example along these lines which forks existing example repos
Multiple Examples Here https://github.com/phoenix-examples
BTW, to be clear, I have a much longer list of these examples, but these are some representative ones.
I agree reference applications should not be part of the guides. Whatever applications we would link to for reference would need to be vetted by the guide maintainers so we need to be careful what we link to reference wise.
I created an Elixir - Phoenix implementation for Todo-Backend. Should this be an additional exercise in the guides? Should it be linked in a section for reference applications?