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

Country selector component - and wire it into country performance graphs #15

Closed
8 tasks done
rufuspollock opened this issue Feb 4, 2017 · 1 comment
Closed
8 tasks done
Assignees

Comments

@rufuspollock
Copy link
Contributor

rufuspollock commented Feb 4, 2017

Create CountrySelector component and integrate with country performance graphs

Tasks

CountrySelector component.

Country performance graph

  • 5 selectors: (uneditable) for this country, (uneditable) for global, Three dropdowns for adding other countries. By dropdown = select with list of countries (preferably with auto-complete via chosen plugin or similar). also include null option so you can empty this.
  • introduce redux store for graph dropdowns (which countries selected to show) and wire this into the main UI - i.e. changes in selectors should change graph
    • All above changes should operate via redux store state
  • Test thoroughly - e.g. if i select a country then it is added to the graph (added state). If i set to null it is no longer in graph.
@rufuspollock rufuspollock added this to the Sprint - 13 Feb 2017 milestone Feb 4, 2017
zelima added a commit that referenced this issue Feb 5, 2017
zelima added a commit that referenced this issue Feb 5, 2017
zelima added a commit that referenced this issue Feb 5, 2017
zelima added a commit that referenced this issue Feb 5, 2017
…ore and reducer.

Includes mocked reducer to handle that action.
Includes more mocked data for store to choose from - refs #15
@zelima
Copy link
Contributor

zelima commented Feb 6, 2017

FIXED in #17

@zelima zelima closed this as completed Feb 6, 2017
zelima added a commit that referenced this issue Feb 6, 2017
…s are passed dinamicaly selectCountry component -refs #15
zelima added a commit that referenced this issue Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants