dwyl / dwyl/feedback

People

Open
#23 2 comments 0 reactions 0 assignees View on GitHub
awaiting-review enhancement T1h technical
Dominant language
Elixir
Stars
18
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.