Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Fall 5 2022 Oct 24
Description
Situation: BioViz Connect uses a list of approved extensions for determining which files can be viewed in IGB and what metadata should be displayed. However, we are not ignoring case (upper/lower) when identifying which metadata is shown as determined by file extensions. For ecample, .bedgraph works correctly and shows the correct metadata, but .bedGraph does not work correctly and only shows limited metadata.
Task: Ignore case when determining which metadata can be shown dependent on file extension.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-2376 [ 18533 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Story Points | 2 | 1 |
| Story Points | 1 | 0.5 |
| Description |
Situation: BioViz Connect uses a list of approved extensions for determining which files can be viewed in IGB and what metadata should be displayed. However, we are not ignoring case (upper/lower) when identifying which metadata is shown as determined by file extensions. For ecample, .bedgraph works correctly and shows the correct metadata, but .bedGraph does not work correctly and only shows limited metadata.
Task: Ignore case when determining which metadata can be shown dependent on file extension. |
Situation: BioViz Connect uses a list of approved extensions for determining which files can be viewed in IGB and what metadata should be displayed. However, we are not ignoring case (upper/lower) when identifying which metadata is shown as determined by file extensions. For ecample, .bedgraph works correctly and shows the correct metadata, but .bedGraph does not work correctly and only shows limited metadata.
Task: Ignore case when determining which metadata can be shown dependent on file extension. Note: Icon for redirecting to the location of the searched item is replaced by the folder path itself in this task |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Description |
Situation: BioViz Connect uses a list of approved extensions for determining which files can be viewed in IGB and what metadata should be displayed. However, we are not ignoring case (upper/lower) when identifying which metadata is shown as determined by file extensions. For ecample, .bedgraph works correctly and shows the correct metadata, but .bedGraph does not work correctly and only shows limited metadata.
Task: Ignore case when determining which metadata can be shown dependent on file extension. Note: Icon for redirecting to the location of the searched item is replaced by the folder path itself in this task |
Situation: BioViz Connect uses a list of approved extensions for determining which files can be viewed in IGB and what metadata should be displayed. However, we are not ignoring case (upper/lower) when identifying which metadata is shown as determined by file extensions. For ecample, .bedgraph works correctly and shows the correct metadata, but .bedGraph does not work correctly and only shows limited metadata.
Task: Ignore case when determining which metadata can be shown dependent on file extension. |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Before the file format is compared it is converted to to lowercase in the temp variable .See commit