Skip to content
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

Legend, Criteria, Number of Requests components - Data Visualization #277

Closed
3 tasks done
adamkendis opened this issue Feb 21, 2020 · 0 comments · Fixed by #310
Closed
3 tasks done

Legend, Criteria, Number of Requests components - Data Visualization #277

adamkendis opened this issue Feb 21, 2020 · 0 comments · Fixed by #310
Assignees
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

Comments

@adamkendis
Copy link
Member

adamkendis commented Feb 21, 2020

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:

  • Criteria component (disregard the export page button)
  • Legend
  • Number of Requests component

Resources/Instructions

Criteria:
Screen Shot 2020-02-20 at 10 35 30 PM

Legend:
Screen Shot 2020-02-20 at 10 49 26 PM

Number of Requests:
Screen Shot 2020-02-20 at 11 09 14 PM

See figma for all mockups:

https://www.figma.com/file/9RJJyaGAdT5hcRuv9PUMOY/311-Wireframe-v1.0?node-id=250%3A22308

@adamkendis adamkendis added the Role: Frontend React front end work label Feb 21, 2020
@jmensch1 jmensch1 self-assigned this Feb 24, 2020
@jmensch1 jmensch1 linked a pull request Feb 27, 2020 that will close this issue
@ExperimentsInHonesty ExperimentsInHonesty added the v1 The first version of the site label Aug 22, 2024
@cottonchristopher cottonchristopher added the Complexity: Missing This ticket needs a complexity (good first issue, small, medium, or large) label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Development

Successfully merging a pull request may close this issue.

4 participants