dwyl / dwyl/feedback

Endpoints + Views

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.