dwyl / checklist

A shared checklist.
GNU General Public License v2.0
7 stars 0 forks source link

Create a Shared Realtime Checklist #1

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

Our mission is to create a shared checklist (or "Todo list" if you prefer) we can all see and update in realtime.

Status

Channel #5

RobStallion commented 5 years ago
mix phx.gen.html Ctx Todo todos title:string status:string priority:integer time_estimate:integer deadline:naive_datetime schedule:naive_datetime assignee:string owner:string

The above command generates the schema as well as the migration and default html for a site (and tests 🎉 ).

nelsonic commented 5 years ago

image

we need a pre-defined list of the status ... going to use ecto_enum

RobStallion commented 5 years ago

@nelsonic I have used ecto_enum before here. Thought it might come in handy for you