acrodemocide / web.portfolio-analyzer

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.
0 stars 1 forks source link

Convert dashboard cards to TypeScript #8

Closed acrodemocide closed 2 months ago

acrodemocide commented 1 year ago

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.

acrodemocide commented 2 months ago

We no longer are using components from these templates. This is no longer applicable.