Skip to content
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

People #23

Open
jackcarlisle opened this issue Apr 5, 2017 · 2 comments
Open

People #23

jackcarlisle opened this issue Apr 5, 2017 · 2 comments

Comments

@jackcarlisle
Copy link
Member

jackcarlisle commented Apr 5, 2017

We will need to add a users table to Ecto so that we can start creating an admin login. For now we will only have one type of user, which is the person receiving feedback.

Users table will consist of the following fields:

Field Type
id integer
email string
password_hash string
first_name string
last_name string
inserted_at datetime
updated_at datetime

References #9 + #21

@nelsonic
Copy link
Member

nelsonic commented Apr 7, 2017

do we have a story for "Admin Logins"?
What is an "Admin" in the context of this app?

@jackcarlisle
Copy link
Member Author

jackcarlisle commented Apr 7, 2017

@nelsonic we have issue #21 which refers to admin as a "person receiving feedback"

@nelsonic nelsonic changed the title Users People Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants