UI - Enhance application typing - monitoring reducer #3001
Labels
complexity:medium
Something that requires one or few days to fix
kind:debt
Technical debt
priority:medium
Medium priority issues, should only be postponed if no other option
severity:minor
No impact, or minor impact, on live deployments
topic:ui
UI-related issues
Component:
UI, typing
Why this is needed:
This brings typesafety and enhanced developer experience to the project.
What should be done:
Add @flow annotations in
ui/src/ducks/app/monitoring.js
and fix all the linting issues raised. Try not usingany
keyword.Test plan:
Run flow cli to ensure typing is correctly interpreted, navigate through the code base in your IDE and see if all references to monitoring reducer are correctly typed
The text was updated successfully, but these errors were encountered: