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

Create and connect control's state with Redux #76

Closed
3 tasks
sellnat77 opened this issue Nov 12, 2019 · 3 comments
Closed
3 tasks

Create and connect control's state with Redux #76

sellnat77 opened this issue Nov 12, 2019 · 3 comments
Assignees
Labels
Role: Frontend React front end work
Projects

Comments

@sellnat77
Copy link
Member

sellnat77 commented Nov 12, 2019

Overview

The control state will be the driving state for the individual components. This includes all values represented in the header. On any control change, all child components will update accordingly.

Action Items

  1. Centralize state across application with Redux
  2. Plan all/starter control values [startYear, endYear, NC, etc...]
  3. Create a pattern for integrating redux across the componentry and application (i.e duck, rails, etc.)
  4. MVP+ Implement Redux libraries to reduce boilerplate reducer/action code

Verification Items

  • Utilize react hooks useState() where applicable
  • Ensure functional components used as much as possible
  • All controls should be connected/accessible from their corresponding child components
    • This could be actually functional or at least console.log() the new values to prove functionality

Resources/Instructions

React hooks with controlled input

@sellnat77 sellnat77 added the Role: Frontend React front end work label Nov 12, 2019
This was referenced Nov 12, 2019
@johnr54321 johnr54321 added this to To do in 311 MVP Dec 4, 2019
@brodly brodly moved this from To do to In progress in 311 MVP Dec 18, 2019
@brodly brodly moved this from In progress to To do in 311 MVP Jan 15, 2020
@sellnat77
Copy link
Member Author

@brodly Id say you can either close this or rewrite it for reduxifying?

@brodly brodly changed the title Create and connect control's state Create and connect control's state with Redux Jan 15, 2020
@ExperimentsInHonesty
Copy link
Member

@brodly - are you working on this issue or should it go back in the pool for next available person?

@ExperimentsInHonesty ExperimentsInHonesty moved this from To do to In Review in 311 MVP Jan 26, 2020
@brodly brodly closed this as completed Jan 26, 2020
311 MVP automation moved this from In Review to Done Jan 26, 2020
@brodly
Copy link
Member

brodly commented Jan 26, 2020

This has been pushed to dev already

@brodly brodly reopened this Jan 26, 2020
311 MVP automation moved this from Done to In progress Jan 26, 2020
@brodly brodly closed this as completed Jan 26, 2020
311 MVP automation moved this from In progress to Done Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Role: Frontend React front end work
Projects
No open projects
311 MVP
  
Done
Development

No branches or pull requests

3 participants