You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/feedback - feedback dashboard with list of given feedback /feedback/:id - individual feedback conversations /feedback/new - feedback submission form /session/new - login for feedback dashboard
The text was updated successfully, but these errors were encountered:
Endpoints
Here are a list of endpoints that we will need for the application
/feedback
, FeedbackController, only: [:index
,:show
,:new
,:create
]/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 dashboardThe text was updated successfully, but these errors were encountered: