-
Notifications
You must be signed in to change notification settings - Fork 2
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
Inspect unlinked html found in templates folder and unused/replaced files #3
Comments
formhelpers.htmlAfter further inspection of the html files, it appears that formhelpers acts as a template for question_form.html, survey_form.html, and deployment_form.html. From what it appears like it was done like this to keep the files modular and we would actually need to keep this file. |
error_deployment.htmlThis is a functional webpath, it does seem that Allie commented out exception paths that would return this page such as in deployment_form():
Not too sure why she decided to do this as currently on deployment any error page would lead to an 500 Internal Server Error. Below is how the web page looks like. |
devicepageTaking a look at devicepage.html, it looks like it makes use of the activequestionurl
Which is part of the ActiveQuestionForm, and that uses of the ActiveQuestion object
From devicepage.html, it looks like its purpose is to display any active questions that are currently deployed. |
@carlosparadis Keep
Remove
|
blocked by #23, we can only add questions after we implement a safer authentication protocol. |
@ryantanaka rotating this to you. Keeping as low priority, and more as final polishing once other higher importance issues are done. |
Decide what to do here once the purpose for these files is clear.
The text was updated successfully, but these errors were encountered: