Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Sprint:Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar
Description
Situation: When a user clicks View in IGB, one of the parameters sent is sym_name. This is used to set the track name within IGB. The sym_name parameter is currently set to the filename, which is a good default. However, users may appreciate being able to have an IGB specific track name.
Task: Add a metadata field for IGB Track Name in the BioViz Connect metadata panel. When a user clicks View in IGB, if there is a value for IGB Track Name, set sym_name to that value. Otherwise set sym_name to the filename.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link |
|
| Sprint | Spring 3 : 17 Feb to 28 Feb [ 87 ] | Spring 4 : 2 Mar to 13 Mar [ 89 ] |
| Sprint | Spring 4 : 2 Mar to 13 Mar [ 89 ] | Spring 3 : 17 Feb to 28 Feb [ 87 ] |
| Rank | Ranked higher |
| Sprint | Spring 3 : 17 Feb to 28 Feb [ 87 ] | Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 87, 89 ] |
| Rank | Ranked higher |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Sprint | Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 87, 89 ] | Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar [ 87, 89, 90 ] |
| Rank | Ranked higher |
| 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 ] |
| Assignee | Nowlan Freese [ nfreese ] |
| Assignee | Nowlan Freese [ nfreese ] | Karthik Raveendran [ karthik ] |
| Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Assignee | Karthik Raveendran [ karthik ] | Nowlan Freese [ nfreese ] |
| Assignee | Nowlan Freese [ nfreese ] | Karthik Raveendran [ karthik ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
It looks like if the trackname is empty, it is being set to the encoded filename, but if the user has set the trackname than it is not encoded. I'm getting exceptions with the test file stuff_!@#$%^&* space _stuff.bedGraph.
Can we also change the toUpperCase that is occurring? I'm not sure if that is necessary, but it would be good if the names were not forced to uppercase.