Skip to content

Sc 445 more analysis queue tab improvements - #946

Open
nbeatty-gpa wants to merge 4 commits into
masterfrom
SC-445-More-Analysis-Queue-tab-improvements
Open

Sc 445 more analysis queue tab improvements#946
nbeatty-gpa wants to merge 4 commits into
masterfrom
SC-445-More-Analysis-Queue-tab-improvements

Conversation

@nbeatty-gpa

Copy link
Copy Markdown
Contributor

Adds three columns to Analysis Queue tab: File Group Task, Processing Time, and Time In Queue

Jira Work Item(s)

  • SC-445

@nbeatty-gpa

Copy link
Copy Markdown
Contributor Author
Screenshot 2026-09-04 144614


<Column<OpenXDA.AnalysisTask>
Key={'FilePath'}
AllowSort={true}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that won't work properly because it sorts by Path instead of what is actually displayed

Comment on lines +112 to +115
CONCAT(LEFT(
DataFile.FilePath,
LEN(DataFile.FilePath) - CHARINDEX('.', REVERSE(DataFile.FilePath)) + 1
),'*') AS FilePath,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we stripping the extension but not the path here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in 41f47ec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants