Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Replace strategus studies bulk fetch with dataset-driven approach#1910

Draft
Copilot wants to merge 6 commits intodevelopfrom
copilot/add-token-study-code-field
Draft

Replace strategus studies bulk fetch with dataset-driven approach#1910
Copilot wants to merge 6 commits intodevelopfrom
copilot/add-token-study-code-field

Conversation

Copy link

Copilot AI commented Feb 26, 2026 *
edited
Loading

Plan: Remove strategus analysis API calls and use dataset objects

Changes needed:

  • Remove the useEffect that fetches strategus analysis data (lines 279-314)
  • Remove strategusStudies state and use strategusAnalysisDatasets directly
  • Update table to display dataset information instead of analysis information
  • Change table columns:
    • Replace "Study ID" with "Dataset Name" (show dataset.studyDetail?.name)
    • Remove "Analysis ID" column
    • Remove "Mode" column
    • Remove "Notebook Name" column
    • Update "Created At" to use dataset.tenant.createdAt or similar
    • Update "Updated At" to use dataset.tenant.updatedAt or similar
  • Update StudyActionSelector to accept Study instead of NetworkStrategusStudy
  • Update handler functions to work with Study objects
  • Update activeStrategusStudy to store Study type or create a mapping
  • Ensure dialogs can work with Study data (may need to fetch studyId from dataset.studyDetail?.name)
  • Test that all actions still work correctly

You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI assigned Copilot and SantanM Feb 26, 2026
Copilot started work on behalf of SantanM February 26, 2026 06:50 View session
Copilot AI and others added 2 commits February 26, 2026 06:55
Co-authored-by: SantanM <55120902+SantanM@users.noreply.github.com>
Co-authored-by: SantanM <55120902+SantanM@users.noreply.github.com>
Copilot AI changed the title [WIP] Add tokenStudyCode field to AddStrategusStudyDialog Add dataset creation and tokenStudyCode field to strategus analysis workflow Feb 26, 2026
Copilot finished work on behalf of SantanM February 26, 2026 06:59
Copilot started work on behalf of SantanM February 26, 2026 07:35 View session
Copilot AI and others added 2 commits February 26, 2026 07:39
Co-authored-by: SantanM <55120902+SantanM@users.noreply.github.com>
Co-authored-by: SantanM <55120902+SantanM@users.noreply.github.com>
Copilot AI changed the title Add dataset creation and tokenStudyCode field to strategus analysis workflow Replace strategus studies bulk fetch with dataset-driven approach Feb 26, 2026
Copilot finished work on behalf of SantanM February 26, 2026 07:42
Copilot started work on behalf of SantanM February 26, 2026 07:53 View session
Copilot stopped work on behalf of SantanM due to an error February 26, 2026 07:55
SantanM temporarily deployed to github February 26, 2026 10:52 -- with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

hengxian-jiang Awaiting requested review from hengxian-jiang hengxian-jiang will be requested when the pull request is marked ready for review hengxian-jiang is a code owner

KangJingA Awaiting requested review from KangJingA KangJingA will be requested when the pull request is marked ready for review KangJingA is a code owner

SantanM Awaiting requested review from SantanM SantanM will be requested when the pull request is marked ready for review SantanM is a code owner

suwarnoong Awaiting requested review from suwarnoong suwarnoong will be requested when the pull request is marked ready for review suwarnoong is a code owner

p-hoffmann Awaiting requested review from p-hoffmann p-hoffmann will be requested when the pull request is marked ready for review p-hoffmann is a code owner

csafreen Awaiting requested review from csafreen csafreen will be requested when the pull request is marked ready for review csafreen is a code owner

satish-a0 Awaiting requested review from satish-a0 satish-a0 will be requested when the pull request is marked ready for review satish-a0 is a code owner

At least 1 approving review is required to merge this pull request.

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants