-
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
Feature/frontend prototype #6
Conversation
This error:
When I click on "Explore responses" |
'#005abb', | ||
'#a23138', | ||
'#cc5a13' | ||
backgroundColor: [ // based on https://analysisfunction.civilservice.gov.uk/policy-store/data-visualisation-colours-in-charts/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
<td class="govuk-table__cell">{{question}}</td> | ||
<td class="govuk-table__cell"> | ||
<a href="/respondent">View respondent</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we feel about "respondent" vs, say "response" here? My instinct is that the response
is the thing we'd view, and the respondent
would be a feature of the response
A random assortment of updates to the Frontend Prototype. Including:
Adding bar-chart-style indicators to the Prevalent themes table on the Question Summary page
Changing the questions table on the home page as per the discussion on Slack
Adding all filters to the question-responses page
Keyword filtering is now working. The other filters will be working once I've plugged in some proper data
Tidying up doughnut charts
Using accessible colours and adding labels to the larger chart
Adding responses to the Respondent page