Closed joshvince closed 7 years ago
the commuter webapp can now send feedback about how accurate the display was
current schema is:
{ line: pageData.lineData, display: { current: pageData.currentStatus, historic: pageData.historicStatus }, feedback: feedbackData }
This service should expose an endpoint for feedback POST requests like this. When it receives it, it should take the feedback and add it to a new feedback table.
feedback
solved by #15
the commuter webapp can now send feedback about how accurate the display was
current schema is:
This service should expose an endpoint for feedback POST requests like this. When it receives it, it should take the feedback and add it to a new
feedback
table.