-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create a Shared Realtime Checklist #1
Labels
Comments
nelsonic
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jun 5, 2019
RobStallion
added a commit
that referenced
this issue
Jun 5, 2019
The above command generates the schema as well as the migration and default html for a site (and tests 🎉 ). |
RobStallion
added a commit
that referenced
this issue
Jun 5, 2019
nelsonic
added a commit
that referenced
this issue
Jun 5, 2019
RobStallion
added a commit
that referenced
this issue
Jun 5, 2019
nelsonic
added a commit
that referenced
this issue
Jun 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our mission is to create a shared checklist (or "Todo list" if you prefer) we can all see and update in realtime.
mix phx.new app
create schema for checklist item:
add a few records
sort by priority
Status
use ecto_enum https://github.com/gjaldon/ecto_enum for
status
to only allow a set of options:BLOCKED
: How do I denote the "urgency" and "importance" of an issue beyond "priority-1"? labels#87display the status as a dropdown
apply status
:assigned
ifassignee
is setChannel
#5
The text was updated successfully, but these errors were encountered: