-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQL Migration] New Migration Experience #24630
Conversation
* Adding Assessment Summary page * adding comments * resolving style comments
…ion (#24256) * added new icon files * updated the folder structure for skuRecommendationPage * added new toolbar for SKU Recommendation * added new toolbar for performance data collection * minors changes in data collection toolbar * removed duplicate icons/strings * updated stopDataCollection icon
…24295) * instance summary created * adding resource strings * resolving comment
…a Integration and Condition Handling (#24378) * integration of assessment summary * adding removed strings
* created Assessment Summary Card * updated update function for assessment summary card * added comments and localized strings * added TODO comments * added comments and localized strings * resolved comments * removed duplicate value * Updated strings.ts
…ctionality (#24448) * target type selection added * added errors and removed dialog link * Fixing target type dropdown and ready value * add warning details * css fixed * comments resolved
* updated Recommendation page with assessment summary * updated logic for assessment result * added comments * minor updates * added back tde functions unchanged * removed tde configuration, moved to next page * some minor fixes like using enums instead of strings * used direct assignment for text values
* created global variables for buttons in skuDataCollection toolbar * added popup window for start DataCollection path selection * added localized strings * minor update-all caps for constant * some minor fixes
* added functionality for start data collection at specified path * updated comments
… box (#24597) * added import performance dialog * updated open folder icon * updated alignment for the import performance dialog * added localized strings * updated skuRecommendationPage with openExisting option
…g on link click (#24602) * add open sku recommendatio dialog on clicking view details * fixed issue of opening multiple dialogs on link click
…24579) * tde changes * sqldatabase ready logo addition * adding bottom border * correcting ready with warning state for database * resolved comments
…update notification. (#24610) * added sku recommendation update notification message * updated sku recommendation notification message * removed extra info from assessment notification * removed unused lines.
* recommended configuration added * Database count corrected * configuration changes * card height fixed * resolved comments * build issues fix --------- Co-authored-by: Ritik Kumar <[email protected]>
* Adding Assessment Summary page * adding comments * resolving style comments
…ion (#24256) * added new icon files * updated the folder structure for skuRecommendationPage * added new toolbar for SKU Recommendation * added new toolbar for performance data collection * minors changes in data collection toolbar * removed duplicate icons/strings * updated stopDataCollection icon
…24295) * instance summary created * adding resource strings * resolving comment
…a Integration and Condition Handling (#24378) * integration of assessment summary * adding removed strings
* created Assessment Summary Card * updated update function for assessment summary card * added comments and localized strings * added TODO comments * added comments and localized strings * resolved comments * removed duplicate value * Updated strings.ts
…ctionality (#24448) * target type selection added * added errors and removed dialog link * Fixing target type dropdown and ready value * add warning details * css fixed * comments resolved
* updated Recommendation page with assessment summary * updated logic for assessment result * added comments * minor updates * added back tde functions unchanged * removed tde configuration, moved to next page * some minor fixes like using enums instead of strings * used direct assignment for text values
* created global variables for buttons in skuDataCollection toolbar * added popup window for start DataCollection path selection * added localized strings * minor update-all caps for constant * some minor fixes
* added functionality for start data collection at specified path * updated comments
… box (#24597) * added import performance dialog * updated open folder icon * updated alignment for the import performance dialog * added localized strings * updated skuRecommendationPage with openExisting option
f76a853
to
a9d8845
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestions.
extensions/sql-migration/src/wizard/skuRecommendation/skuDataCollectionToolbar.ts
Outdated
Show resolved
Hide resolved
extensions/sql-migration/src/wizard/assessmentDetailsPage/treeComponent.ts
Show resolved
Hide resolved
extensions/sql-migration/src/wizard/assessmentDetailsPage/issueSummary.ts
Outdated
Show resolved
Hide resolved
extensions/sql-migration/src/wizard/skuRecommendation/skuRecommendationPage.ts
Outdated
Show resolved
Hide resolved
extensions/sql-migration/src/wizard/skuRecommendation/skuRecommendationPage.ts
Outdated
Show resolved
Hide resolved
* strings corrected * display no target selected text * adding empty screen ui * undo access modifier
extensions/sql-migration/src/wizard/assessmentDetailsPage/issueSummary.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified the changes. Giving Contributor Sign off.
I could not see the handling of Azure SQL MI recommendation and DB selection with DB count limit. Rest other looks good. |
This is handled. I hope you refer the below. Please look into assessmentsDetailsBody.ts
|
* [New Migration Experience] Assessment Results Header Section (#24254) * Adding Assessment Summary page * adding comments * resolving style comments * [New Migration Experience] added toolbar for performance data collection (#24256) * added new icon files * updated the folder structure for skuRecommendationPage * added new toolbar for SKU Recommendation * added new toolbar for performance data collection * minors changes in data collection toolbar * removed duplicate icons/strings * updated stopDataCollection icon * [SQL Migration][New Migration Experience] Instance Summary created. (#24295) * instance summary created * adding resource strings * resolving comment * [SQL Migration][New Migration Experience] Assessment Results Page Data Integration and Condition Handling (#24378) * integration of assessment summary * adding removed strings * [New Migration Workflow] New Assessment Summary Card (#24368) * created Assessment Summary Card * updated update function for assessment summary card * added comments and localized strings * added TODO comments * added comments and localized strings * resolved comments * removed duplicate value * Updated strings.ts * [SQL Migration] [New Migration Experience] Select Target Platform Functionality (#24448) * target type selection added * added errors and removed dialog link * Fixing target type dropdown and ready value * add warning details * css fixed * comments resolved * Assessment Summary backend changes (#24468) * updated Recommendation page with assessment summary * updated logic for assessment result * added comments * minor updates * added back tde functions unchanged * removed tde configuration, moved to next page * some minor fixes like using enums instead of strings * used direct assignment for text values * Creating new start data collection popup window (#24472) * created global variables for buttons in skuDataCollection toolbar * added popup window for start DataCollection path selection * added localized strings * minor update-all caps for constant * some minor fixes * Added functionality for start data collection. (#24524) * added functionality for start data collection at specified path * updated comments * added functionality for resfresh sku and stop data collection buttons (#24543) * adding save assessment report (#24542) * [New Migration Experience] Creating the new import performance dialog box (#24597) * added import performance dialog * updated open folder icon * updated alignment for the import performance dialog * added localized strings * updated skuRecommendationPage with openExisting option * updated editSkuRecommendationParam button to open dialog (#24598) * [New Migration Experience] Added opening SkuRecommendationResultDialog on link click (#24602) * add open sku recommendatio dialog on clicking view details * fixed issue of opening multiple dialogs on link click * [SQL Migration] TDE experience addition for New Migration Experience (#24579) * tde changes * sqldatabase ready logo addition * adding bottom border * correcting ready with warning state for database * resolved comments * [New Migration Experience] Created the assessment sku recommendation update notification. (#24610) * added sku recommendation update notification message * updated sku recommendation notification message * removed extra info from assessment notification * removed unused lines. * [SQL Migration] Recommended configuration corrected (#24608) * recommended configuration added * Database count corrected * configuration changes * card height fixed * resolved comments * build issues fix --------- Co-authored-by: Ritik Kumar <[email protected]> * [New Migration Experience] Assessment Results Header Section (#24254) * Adding Assessment Summary page * adding comments * resolving style comments * [New Migration Experience] added toolbar for performance data collection (#24256) * added new icon files * updated the folder structure for skuRecommendationPage * added new toolbar for SKU Recommendation * added new toolbar for performance data collection * minors changes in data collection toolbar * removed duplicate icons/strings * updated stopDataCollection icon * [SQL Migration][New Migration Experience] Instance Summary created. (#24295) * instance summary created * adding resource strings * resolving comment * [SQL Migration][New Migration Experience] Assessment Results Page Data Integration and Condition Handling (#24378) * integration of assessment summary * adding removed strings * [New Migration Workflow] New Assessment Summary Card (#24368) * created Assessment Summary Card * updated update function for assessment summary card * added comments and localized strings * added TODO comments * added comments and localized strings * resolved comments * removed duplicate value * Updated strings.ts * [SQL Migration] [New Migration Experience] Select Target Platform Functionality (#24448) * target type selection added * added errors and removed dialog link * Fixing target type dropdown and ready value * add warning details * css fixed * comments resolved * Assessment Summary backend changes (#24468) * updated Recommendation page with assessment summary * updated logic for assessment result * added comments * minor updates * added back tde functions unchanged * removed tde configuration, moved to next page * some minor fixes like using enums instead of strings * used direct assignment for text values * Creating new start data collection popup window (#24472) * created global variables for buttons in skuDataCollection toolbar * added popup window for start DataCollection path selection * added localized strings * minor update-all caps for constant * some minor fixes * Added functionality for start data collection. (#24524) * added functionality for start data collection at specified path * updated comments * added functionality for resfresh sku and stop data collection buttons (#24543) * adding save assessment report (#24542) * [New Migration Experience] Creating the new import performance dialog box (#24597) * added import performance dialog * updated open folder icon * updated alignment for the import performance dialog * added localized strings * updated skuRecommendationPage with openExisting option * updated editSkuRecommendationParam button to open dialog (#24598) * [New Migration Experience] Added opening SkuRecommendationResultDialog on link click (#24602) * add open sku recommendatio dialog on clicking view details * fixed issue of opening multiple dialogs on link click * [SQL Migration] TDE experience addition for New Migration Experience (#24579) * tde changes * sqldatabase ready logo addition * adding bottom border * correcting ready with warning state for database * resolved comments * [New Migration Experience] Created the assessment sku recommendation update notification. (#24610) * added sku recommendation update notification message * updated sku recommendation notification message * removed extra info from assessment notification * removed unused lines. * [SQL Migration] Recommended configuration corrected (#24608) * recommended configuration added * Database count corrected * configuration changes * card height fixed * resolved comments * build issues fix --------- Co-authored-by: Ritik Kumar <[email protected]> * build fix * VM configuration correction * #24465 changes * remove unnecessary files * [New Migration Experience] Update Refresh Buttons + other changes. (#24618) * added dropdown for refresh buttons * updated Refresh DropDown and Toolbar buttons visibility * added restart data collection button in toolbar * update correct card loading for sku recommendation * updated sku recommendation status in summary card * updated disposables for skuRecommendation summary objects * updated default path for start data collection * removed unused else statement * [New Migration Experience] [Resolved few bugs] (#24681) * updated strings for subheadins and description * changed focus in skuEditParametersDialog * enabled correct buttons in toolbar in opening saved session * moving change state for refresh dropdown functionality to toolbar * updated sku recommendation notification message * removed focus in skuEdit Paramater dialog * added icon for refresh dropdown * resolved comments * resolving string comments * resolving error comments * resolved comments * Create UI when No Target Type is selected (#24726) * strings corrected * display no target selected text * adding empty screen ui * undo access modifier * fixed casing * fixed comment * updated version --------- Co-authored-by: stuti149 <[email protected]>
This PR:
Adds New Changes in migration Experience for SKU recommendation page and Assessment results page. For the new mocks please refer here, https://www.figma.com/file/UaD2zc58Y2iGKxnqDFQY3Q/End-to-End-Design-GA---SQL-Migration-ADS?type=design&node-id=1707-95074&mode=design&t=WNeaKDnNeGOyDZK6-0
Screenshots:
On click of start data collection:
On click of import data collection:
On click of Next and instance row:
On click of database row:
On click of issue row:
Screenshots in dark mode: