Feedback table (name tbc, see #18)
Open
awaiting-review
T1h
technical
- Dominant language
- Elixir
- Stars
- 18
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We will need to add a feedback table to Ecto so that we can start inserting feedback data into the database. The neccessary fields are listed below:
| Field |Type |
| :------------- |:------------- |
| id | integer |
| item (*name tbc, see: https://github.com/dwyl/feedback/issues/18*) | text |
| response | text |
| responded | boolean |
| submitter_email | string |
| permalink_string | string |
| inserted_at | datetime |
| updated_at | datetime |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.