From b136b78d2474e5b81454d20e3a7d64e15f32621f Mon Sep 17 00:00:00 2001 From: Ryan Zhang Date: Fri, 7 Aug 2026 14:21:42 -0700 Subject: [PATCH 1/5] feat(python-notebook-migration, frontend): add AI generate workflow entry point on the dashboard --- .../user-workflow.component.html | 14 ++ .../user-workflow.component.spec.ts | 124 +++++++++++++++++- .../user-workflow/user-workflow.component.ts | 87 +++++++++++- .../component/menu/menu.component.spec.ts | 63 +++++++++ .../component/menu/menu.component.ts | 17 ++- .../notebook-import-modal.component.html | 1 + .../notebook-import-modal.component.spec.ts | 10 +- .../notebook-import-modal.component.ts | 10 ++ .../notebook-migration.service.spec.ts | 23 ++++ .../notebook-migration.service.ts | 25 ++++ 10 files changed, 369 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/dashboard/component/user/user-workflow/user-workflow.component.html b/frontend/src/app/dashboard/component/user/user-workflow/user-workflow.component.html index 492efc53766..d945a21d36e 100644 --- a/frontend/src/app/dashboard/component/user/user-workflow/user-workflow.component.html +++ b/frontend/src/app/dashboard/component/user/user-workflow/user-workflow.component.html @@ -51,6 +51,20 @@

Workflows

nzTheme="outline"> +