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

Endpoints + Views #28

Open
jackcarlisle opened this issue Apr 6, 2017 · 0 comments
Open

Endpoints + Views #28

jackcarlisle opened this issue Apr 6, 2017 · 0 comments

Comments

@jackcarlisle
Copy link
Member

jackcarlisle commented Apr 6, 2017

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

@jackcarlisle jackcarlisle changed the title Endpoints Endpoints + Views Apr 6, 2017
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

1 participant