This is a React front-end for helping a user compare different asset portfolios and asset classes in various economic environments using historical and current stock data.
Convert the dashboard cards at the top of the dashboard display to TypeScript. This includes splitting out non-view functionality into utility functions. These components should be moved to the components folder to be part of the overall component library we use throughout the app.
Acceptance Criteria
1- Dashboard cards and all interior components are converted to typescript
2- Any non-view logic is moved out into utility functions
3- Unit tests written for components
4- Components moved to components folder and organized to be used as part of the component library.
Convert the dashboard cards at the top of the dashboard display to TypeScript. This includes splitting out non-view functionality into utility functions. These components should be moved to the components folder to be part of the overall component library we use throughout the app.
Acceptance Criteria 1- Dashboard cards and all interior components are converted to typescript 2- Any non-view logic is moved out into utility functions 3- Unit tests written for components 4- Components moved to components folder and organized to be used as part of the component library.