Skip to content

Instantly share code, notes, and snippets.

@beardedtim
Created May 3, 2018 15:59
Show Gist options
  • Select an option

  • Save beardedtim/0283cd2729687e39e87267145fbfed8a to your computer and use it in GitHub Desktop.

Select an option

Save beardedtim/0283cd2729687e39e87267145fbfed8a to your computer and use it in GitHub Desktop.
Breakdown of task

The current PR can be broken up into 4-6 different PRs, with varying degree of independence:

  • Scroll

    • Ensure that when needed, functions are called internally
    • Given a specific API, should work in isolation
  • Reducers

    • Notification Duck logic
    • Given a specific API, should work in isolation
  • Types

    • Come up with typing schema for actions and epics
    • Given a specific area, should work in isolation
  • Connect Drawer

    • use .connect to connect the scroller above to the reducer above
    • Dep. on Scroll and Reducers
  • Connect Search

    • use connect to connect scroller above to reducer above
    • Dep on Scroll and Reducers
  • Investigate Angular2+ redux impl that work with AngularJKS

    • Just investigating what our options are
    • Have done some but nothing works Out of Box as expected
    • Would like others to look and see if anything makes more sense than what we have
    • Should work in isolation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment