Estimation Flow - flowup/knowledge GitHub Wiki
Generally, before estimating the task, we should be able to respond to these questions:
- Are there any new components that need to be created?
- How does it affect the state management?
- What needs to be tested?
- Does it require a code refactor?
- How it affects current UI/Routing?
- Should we extract some functionality?
- Are changes in CMS needed?