Skip to Content
Phoenix Web Development
book

Phoenix Web Development

by Brandon Richey
April 2018
Beginner to intermediate content levelBeginner to intermediate
406 pages
9h 33m
English
Packt Publishing
Content preview from Phoenix Web Development

Adding user accounts

As mentioned in the introduction for this chapter, we want to add user accounts to our polling application to facilitate linking polls to a user and giving a user ways to control access and information concerning each of the polls that they create. The process of actually tying all of this into our application is going to involve quite a few steps in the long run. We need to do the following:

  • Figure out what the database table should look like
  • Figure out what the code representation should look like
  • Determine if the addition of this table should introduce changes into other models or schemas
  • Write the migration code that introduces the new table
  • Write the migration code that modifies existing tables and data (if necessary) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Phoenix in Action

Phoenix in Action

Geoffrey Lessel
Real-Time Phoenix

Real-Time Phoenix

Stephen Bussey

Publisher Resources

ISBN: 9781787284197Supplemental Content