Endpoints + Views
Open
technical
- Dominant language
- Elixir
- Stars
- 18
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Endpoints
Here are a list of endpoints that we will need for the application
- resources `/feedback`, FeedbackController, only: [`:index`, `:show`, `:new`, `:create`]
- resources `/session`, SessionController, only: [`:new`, `:create`, `:delete`]
## Views
`/feedback` - feedback dashboard with list of given feedback
`/feedback/:id` - individual feedback conversations
`/feedback/new` - feedback submission form
`/session/new` - login for feedback dashboard
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.