-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] Create a Phoenix 1.5.3 Todo List App #36
Comments
The update to Phoenix Meanwhile creating a brand new tutorial from scratch is a distinct/independent task. |
If you run the Phoenix App now and visit http://localhost:4000/items/new you will see the single |
PR is ready to review: #35 |
Now that we have shipped
auth
andauth_plug
,We can build a far more realistic Todo List Tutorial
that will act as a showcase for both the simplicity of Phoenix
and the ease with which Auth can be added to any app using
auth_plug
.My reasoning for prioritising this Tutorial is that it forms the basis for our App.
First and foremost our App is a "Todo List with integrated Time Tracking"
see: https://github.com/dwyl/product-roadmap
So if we can show people the Todo List part as a complete beginner's tutorial
with code that will be very similar to our App, then we can successfully "on board" people into contributing to our App. 💡
Todo
PR
in progressawaiting-review
: #35The text was updated successfully, but these errors were encountered: