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
.connectto connect the scroller above to the reducer above - Dep. on Scroll and Reducers
- use
-
Connect Search
- use
connectto connect scroller above to reducer above - Dep on Scroll and Reducers
- use
-
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