You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS COMPONENTE is DEPRECATED, we need to delete it and not migrate it.
We need to convert DataList(All related) and all related components from @cloudoperators/juno-ui-components to TypeScript
List of potential dependencies
DataList, DataListCell, DataListCheckboxCell
Sub-tasks
change the name to .tsx of all related components
Change the stories to .tsx and all related componetns
fix all errors related to npm run typecheck
Transfer all related tests to vitests from jest
Check if npm run build is working and prove the working parts in storybook or example app
Check that npm run lint is working correctly and fix all tslint errors
We need to be pretty concious about migration to ts cause it could create a potential breaking changes. Also if there will be too much changes at once maybe consider to split up the task again. Also some dependencies could be hidden and only discovered while executing the migration, could also lead to potential reconsidering the order of task execution.
The text was updated successfully, but these errors were encountered:
barsukov
changed the title
[TASK](ui): Migrate DataList(All related) component to TypeScript
[TASK](ui): Migrate DataList(All related) component to TypeScript DEPRECATED
Sep 19, 2024
guoda-puidokaite
changed the title
[TASK](ui): Migrate DataList(All related) component to TypeScript DEPRECATED
[TASK](ui): [DEPRECATED] Migrate DataList(All related) component to TypeScript
Nov 11, 2024
Task Description
THIS COMPONENTE is DEPRECATED, we need to delete it and not migrate it.
We need to convert DataList(All related) and all related components from @cloudoperators/juno-ui-components to TypeScript
List of potential dependencies
Sub-tasks
Related Issues
Additional Context
Please check this online codemode editor to change the PropTypes to a proper Ts interfaces
https://github.com/mskelton/ratchet
Online editor: https://ratchet.mskelton.dev/
We need to be pretty concious about migration to ts cause it could create a potential breaking changes. Also if there will be too much changes at once maybe consider to split up the task again. Also some dependencies could be hidden and only discovered while executing the migration, could also lead to potential reconsidering the order of task execution.
The text was updated successfully, but these errors were encountered: