mzrimsek / track-my-playtime

A time tracking app for video games.
https://trackmyplaytime.com
MIT License
4 stars 3 forks source link

Refactorings #149

Closed mzrimsek closed 6 years ago

mzrimsek commented 6 years ago

Mostly attempts to do various state cleanup with a meta reducer to clear out state on logout instead of having actions to clear out each slice of state individually. Also mostly decouples feature modules from one another by moving shared state to the shared module.

Lazy loading will be an optimization for later, though it was mostly focused on mobile users. I intend of making a mobile app at some point, so this may be a premature optimization.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 662


Totals Coverage Status
Change from base Build 645: 0.1%
Covered Lines: 2116
Relevant Lines: 2127

💛 - Coveralls