Legend, Criteria, Number of Requests components - Data Visualization #277
Labels
Complexity: Missing
This ticket needs a complexity (good first issue, small, medium, or large)
Feature: Missing
Role: Frontend
React front end work
size: Missing
v1
The first version of the site
Milestone
Overview
Create components to display selected criteria (date range and neighborhood council districts), 311 request type legend, and number of requests. See screenshots below.
Date range and selected neighborhood councils are stored in redux:
Start Date: state.data.startDate
End Date: state.data.endDate
Neighborhood Councils: state.data.councils
["Arroyo Seco", "Canoga Park", ...]
Request types, abbreviations and colors are stored in the CONSTANTS file. Don't worry about making the colors match the mockup.
Action Items
Create:
Resources/Instructions
Criteria:
![Screen Shot 2020-02-20 at 10 35 30 PM](https://user-images.githubusercontent.com/40484278/75010901-35267700-5433-11ea-8f4b-5c816545a847.png)
Legend:
![Screen Shot 2020-02-20 at 10 49 26 PM](https://user-images.githubusercontent.com/40484278/75010974-525b4580-5433-11ea-895e-67b857995bfc.png)
Number of Requests:
![Screen Shot 2020-02-20 at 11 09 14 PM](https://user-images.githubusercontent.com/40484278/75012066-0cec4780-5436-11ea-931c-8a53732fd6d5.png)
See figma for all mockups:
https://www.figma.com/file/9RJJyaGAdT5hcRuv9PUMOY/311-Wireframe-v1.0?node-id=250%3A22308
The text was updated successfully, but these errors were encountered: