Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Frontend Routes

Blaine Price edited this page Jul 6, 2017 · 8 revisions

Frontend Routes

Voter Routes

These are the routes that the voter uses in the browser to view various parts of the app.

Route Environment Description
/ Home Has marketing text and location finder
/survey TBD A list of surveys for the user's location
/survey/{id}/category Category A sortable list of categories in the survey of ID {id}
/survey/{id}/questions Survey A series of questions in survey of ID {id}
/results/{passphrase} SurveyResults Match results for a given user on taken surveys
/results/{passphrase}/{surveyId}/ TBD Match results for a given user on a specific survey
/results/{passphrase}/{surveyId}/{candidateId} TBD Detail page for a given candidate on a specific survey

Admin Routes

These are routes that the survey authors use

TBD

Clone this wiki locally