Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-22

Improve summary row in the top of annotation tracks

    Details

    • Type: Improvement
    • Status: First Level Review in Progress (View Workflow)
    • Priority: Blocker
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Story Points:
      4
    • Sprint:
      Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8

      Description

      Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains Glyphs that are drawn on top of each other.

      To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it is there, the "Selection Info" text box reports the correct number of items expected to be there.

      One problem with summary row representation, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

      We need a better algorithm and representation style that will suggest to the user that:

      • Individual data items are not being shown
      • Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

      Some ideas:

      • Please don't draw a histogram-style graph. The "summary" row is too short for that.
      • Heatmap might be OK.
      • We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
      • We can show consecutive blocks with color intensity (or transparency) indicating the amount of data items underneath them
      • Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

      In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.

        Attachments

        1. eplant_jbrowse.png
          eplant_jbrowse.png
          398 kB
        2. igb_summary_row_colored_prototype_1.png
          igb_summary_row_colored_prototype_1.png
          401 kB
        3. igb_summary_row_design2.png
          igb_summary_row_design2.png
          583 kB
        4. igb_summary_row.png
          igb_summary_row.png
          350 kB
        5. igv_expanded_downsampled.png
          igv_expanded_downsampled.png
          311 kB
        6. ncbi_genome_browser.png
          ncbi_genome_browser.png
          431 kB
        7. SRP022162_Leaf1_Chr1_12588266-12589930.bam
          119 kB
        8. SRP022162_Leaf1_Chr1_12588266-12589930.bam.bai
          6 kB
        9. ucsc_genome_browser_dense.png
          ucsc_genome_browser_dense.png
          234 kB
        10. ucsc_genome_browser_full.png
          ucsc_genome_browser_full.png
          528 kB
        11. ucsc_genome_browser_pack.png
          ucsc_genome_browser_pack.png
          528 kB
        12. ucsc_genome_browser_squish.png
          ucsc_genome_browser_squish.png
          397 kB
        13. ucsc_pack_vs_full.png
          ucsc_pack_vs_full.png
          1006 kB

          Activity

          ann.loraine Ann Loraine created issue -
          ann.loraine Ann Loraine made changes -
          Field Original Value New Value
          Description Currently, if the stack height is too small to show all feature in a track, IGB draws a "slop" row at the top of the every track which contains features that are drawn on top of each other.

          This is horribly buggy. Sometimes the names are not rendered correctly. Also, not everything is drawn and sometimes there are extra features that are not being shown. This is misleading and awful.

          On the plus side, however, a user can click-drag over the summary row and other features in a track, selecting EVERYTHING that's there, and see a count of the number of items in the Selection Info box in the top right.

          I would prefer that EVERYTHING that is there should be shown and that the summary row simply be rendered as a collapsed row of features that are all being drawn but are being drawn on top of each other. However, Hiral said that this slowed down drawing considerably. I would like to see if this is really a problem in practical use. I didn't notice a big improvement in performance when he made the change from drawing everything over to drawing only a part of the data.

          However, if performance really is an issue, then here's what I would like to do instead of the current thing:

          Instead of drawing the summary row as a series of blocks, instead draw ellipses wherever there is data. The ellipses do NOT need to be selectable. If users want to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track. We don't need to support selecting items in the summary row.
           
          Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          This is horribly buggy. Sometimes the names are not rendered correctly. Also, not everything is drawn and sometimes there are extra features that are not being shown. This is misleading and awful.

          On the plus side, however, a user can click-drag over the summary row and other features in a track, selecting EVERYTHING that's there, and see a count of the number of items in the Selection Info box in the top right.

          I would prefer that EVERYTHING that is there should be shown and that the summary row simply be rendered as a collapsed row of features that are all being drawn but are being drawn on top of each other. However, Hiral said that this slowed down drawing considerably. I would like to see if this is really a problem in practical use. I didn't notice a big improvement in performance when he made the change from drawing everything over to drawing only a part of the data.

          However, if performance really is an issue, then here's what I would like to do instead of the current thing:

          Instead of drawing the summary row as a series of blocks, instead draw ellipses wherever there is data. The ellipses do NOT need to be selectable. If users want to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track. We don't need to support selecting items in the summary row.
           
          ann.loraine Ann Loraine made changes -
          Description Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          This is horribly buggy. Sometimes the names are not rendered correctly. Also, not everything is drawn and sometimes there are extra features that are not being shown. This is misleading and awful.

          On the plus side, however, a user can click-drag over the summary row and other features in a track, selecting EVERYTHING that's there, and see a count of the number of items in the Selection Info box in the top right.

          I would prefer that EVERYTHING that is there should be shown and that the summary row simply be rendered as a collapsed row of features that are all being drawn but are being drawn on top of each other. However, Hiral said that this slowed down drawing considerably. I would like to see if this is really a problem in practical use. I didn't notice a big improvement in performance when he made the change from drawing everything over to drawing only a part of the data.

          However, if performance really is an issue, then here's what I would like to do instead of the current thing:

          Instead of drawing the summary row as a series of blocks, instead draw ellipses wherever there is data. The ellipses do NOT need to be selectable. If users want to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track. We don't need to support selecting items in the summary row.
           
          Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          This is horribly buggy. Sometimes the names are not rendered correctly. Also, not everything is drawn and sometimes there are extra features that are not being shown. This is misleading and awful.

          On the plus side, however, a user can click-drag over the summary row and other features in a track, selecting EVERYTHING that's there, and see a count of the number of items in the Selection Info box in the top right.

          I would prefer EVERYTHING be shown, not just part of the data. The summary row should be rendered as a collapsed row of features in which everything is being draw, but collapsed so that Glyphs are draw in the same space. However, Hiral said that drawing EVERYTHING was too slow.
          I would like to see if this is really a problem in practical use. I didn't notice a big improvement in performance when he made the change from drawing everything over to drawing only a part of the data.

          However, if performance really is an issue, then here's what I would like to do instead of the current thing:

          Instead of drawing the summary row as a series of blocks, instead draw ellipses (tiny squares) in the top row wherever there is data. The ellipses do NOT need to be selectable. If users want to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track.
           
          ann.loraine Ann Loraine made changes -
          Summary improve summary row in the top of every track Improve summary row in the top of every track.
          ann.loraine Ann Loraine made changes -
          Story Points 4
          dcnorris David Norris (Inactive) made changes -
          Rank Ranked higher
          dcnorris David Norris (Inactive) made changes -
          Workflow classic default workflow [ 14355 ] Loraine Lab Workflow [ 14606 ]
          ann.loraine Ann Loraine made changes -
          Epic Link IGBF-237 [ 15234 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          mason Mason Meyer (Inactive) made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          mason Mason Meyer (Inactive) made changes -
          Rank Ranked higher
          mason Mason Meyer (Inactive) made changes -
          Rank Ranked higher
          mason Mason Meyer (Inactive) made changes -
          Epic Link IGBF-237 [ 15234 ] IGBF-440 [ 15498 ]
          mason Mason Meyer (Inactive) made changes -
          Rank Ranked lower
          ann.loraine Ann Loraine made changes -
          Epic Link IGBF-440 [ 15498 ]
          ann.loraine Ann Loraine made changes -
          Workflow Loraine Lab Workflow [ 14606 ] Fall 2019 Workflow Update [ 18714 ]
          ann.loraine Ann Loraine made changes -
          Workflow Fall 2019 Workflow Update [ 18714 ] Revised Fall 2019 Workflow Update [ 20834 ]
          Status Open [ 1 ] To-Do [ 10305 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Priority Major [ 3 ] Blocker [ 1 ]
          ann.loraine Ann Loraine made changes -
          Description Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          This is horribly buggy. Sometimes the names are not rendered correctly. Also, not everything is drawn and sometimes there are extra features that are not being shown. This is misleading and awful.

          On the plus side, however, a user can click-drag over the summary row and other features in a track, selecting EVERYTHING that's there, and see a count of the number of items in the Selection Info box in the top right.

          I would prefer EVERYTHING be shown, not just part of the data. The summary row should be rendered as a collapsed row of features in which everything is being draw, but collapsed so that Glyphs are draw in the same space. However, Hiral said that drawing EVERYTHING was too slow.
          I would like to see if this is really a problem in practical use. I didn't notice a big improvement in performance when he made the change from drawing everything over to drawing only a part of the data.

          However, if performance really is an issue, then here's what I would like to do instead of the current thing:

          Instead of drawing the summary row as a series of blocks, instead draw ellipses (tiny squares) in the top row wherever there is data. The ellipses do NOT need to be selectable. If users want to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track.
           
          Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it there, the "Selection Info" textbooks reports the correct number of items expected to be there.

          One problem with this, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

          We need a better algorithm and representation style that will suggest to the user that:

          * Individual data items are not being shown
          * Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

          Some ideas:

          * Please don't draw a histogram-style graph. The "summary" row is too short for that
          * Heatmap might be OK.
          * We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
          * We can show consecutive blocks with color intensity indicating the amount of data items underneath them
          * Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

          In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.
           
          ann.loraine Ann Loraine made changes -
          Assignee David Norris [ dcnorris ]
          ann.loraine Ann Loraine made changes -
          Summary Improve summary row in the top of every track. Improve summary row in the top of every track
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Description Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains features that are drawn on top of each other.

          To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it there, the "Selection Info" textbooks reports the correct number of items expected to be there.

          One problem with this, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

          We need a better algorithm and representation style that will suggest to the user that:

          * Individual data items are not being shown
          * Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

          Some ideas:

          * Please don't draw a histogram-style graph. The "summary" row is too short for that
          * Heatmap might be OK.
          * We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
          * We can show consecutive blocks with color intensity indicating the amount of data items underneath them
          * Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

          In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.
           
          Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains Glyphs that are drawn on top of each other.

          To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it is there, the "Selection Info" text box reports the correct number of items expected to be there.

          One problem with summary row representation, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

          We need a better algorithm and representation style that will suggest to the user that:

          * Individual data items are not being shown
          * Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

          Some ideas:

          * Please don't draw a histogram-style graph. The "summary" row is too short for that.
          * Heatmap might be OK.
          * We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
          * We can show consecutive blocks with color intensity indicating the amount of data items underneath them
          * Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

          In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.
           
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          Hide
          ann.loraine Ann Loraine added a comment -

          Suggestion: Open latest human genome and visit MEOX1. Load RNA-Seq reads from heart to observe slop row behavior.

          Show
          ann.loraine Ann Loraine added a comment - Suggestion: Open latest human genome and visit MEOX1. Load RNA-Seq reads from heart to observe slop row behavior.
          pbadzuh Philip Badzuh (Inactive) made changes -
          Assignee Philip Badzuh [ pbadzuh ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16 [ 118 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Status To-Do [ 10305 ] In Progress [ 3 ]
          ann.loraine Ann Loraine made changes -
          Summary Improve summary row in the top of every track Improve summary row in the top of annotation tracks
          pbadzuh Philip Badzuh (Inactive) made changes -
          Epic Link IGBF-1765 [ 17855 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16 [ 118 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30 [ 118, 119 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited

          Investigation of existing summary row implementations, when loading aligned RNA reads:

          • UCSC Genome Browser
            • No summary row. Zoom seems to only occur horizontally; reads maintain a constant height.
            • Scrolling in the web browser is allowed on regions of high read coverage, and the amount of scrolling depends on the selected display mode (dense, squish, pack, full), which affects read height.
          • ePlant JBrowse (AT1G34430.1)
            • No summary row. Only horizontal zoom is available, as with UCSC. No compaction display mode options.
            • Regions of high coverage are cut off, with the message 'Max height reached' shown.
          • NCBI genome browser
            • Shows all reads, extending the browser page vertically. Only horizontal zoom is available.
            • No summary row, but a log 2 scaled pileup graph is present above the reads.
          • IGV
            • Only seems to have horizontal zoom on aligned RNA reads. Coverage graph is present above reads, and setting the track height in pixels only seems to affect the coverage graph, not the reads, which maintain the same vertical height across zoom levels. Areas of high coverage are downsampled based on thresholds set in the preferences, with black boxes shown in the top row of the RNA track, indicating how many reads have been omitted.

          Using a sample reference RNA BAM file (or the full file available here), visual differences between some of the genome browsers can be seen in the attached screenshots. The region of interest is Chr1:12588266-12589930.

          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited Investigation of existing summary row implementations, when loading aligned RNA reads: UCSC Genome Browser No summary row. Zoom seems to only occur horizontally; reads maintain a constant height. Scrolling in the web browser is allowed on regions of high read coverage, and the amount of scrolling depends on the selected display mode (dense, squish, pack, full), which affects read height. ePlant JBrowse (AT1G34430.1) No summary row. Only horizontal zoom is available, as with UCSC. No compaction display mode options. Regions of high coverage are cut off, with the message 'Max height reached' shown. NCBI genome browser Shows all reads, extending the browser page vertically. Only horizontal zoom is available. No summary row, but a log 2 scaled pileup graph is present above the reads. IGV Only seems to have horizontal zoom on aligned RNA reads. Coverage graph is present above reads, and setting the track height in pixels only seems to affect the coverage graph, not the reads, which maintain the same vertical height across zoom levels. Areas of high coverage are downsampled based on thresholds set in the preferences, with black boxes shown in the top row of the RNA track, indicating how many reads have been omitted. Using a sample reference RNA BAM file (or the full file available here ), visual differences between some of the genome browsers can be seen in the attached screenshots. The region of interest is Chr1:12588266-12589930.
          pbadzuh Philip Badzuh (Inactive) made changes -
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment igb_summary_row.png [ 15754 ]
          Attachment igv_expanded_downsampled.png [ 15755 ]
          Attachment jbrowse.png [ 15756 ]
          Attachment ncbi_genome_browser.png [ 15757 ]
          Attachment ucsc_genome_browser.png [ 15758 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment jbrowse.png [ 15756 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment jbrowse.png [ 15759 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment ucsc_genome_browser.png [ 15758 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment ucsc_genome_browser_squish.png [ 15760 ]
          Hide
          ann.loraine Ann Loraine added a comment -

          Try ePlant at BioAnalytic Resource - University of Toronto
          also look at the associated paper - http://www.plantcell.org/content/29/8/1806

          Show
          ann.loraine Ann Loraine added a comment - Try ePlant at BioAnalytic Resource - University of Toronto also look at the associated paper - http://www.plantcell.org/content/29/8/1806
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment ucsc_genome_browser_squish.png [ 15760 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment ucsc_genome_browser_dense.png [ 15762 ]
          Attachment ucsc_genome_browser_full.png [ 15763 ]
          Attachment ucsc_genome_browser_pack.png [ 15764 ]
          Attachment ucsc_genome_browser_squish.png [ 15765 ]
          Attachment ucsc_pack_vs_full.png [ 15766 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment jbrowse.png [ 15759 ]
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment eplant_jbrowse.png [ 15767 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30 [ 118, 119 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14 [ 118, 119, 120 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Description Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains Glyphs that are drawn on top of each other.

          To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it is there, the "Selection Info" text box reports the correct number of items expected to be there.

          One problem with summary row representation, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

          We need a better algorithm and representation style that will suggest to the user that:

          * Individual data items are not being shown
          * Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

          Some ideas:

          * Please don't draw a histogram-style graph. The "summary" row is too short for that.
          * Heatmap might be OK.
          * We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
          * We can show consecutive blocks with color intensity indicating the amount of data items underneath them
          * Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

          In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.
           
          Currently, if the stack height is too small to show all feature in a track, IGB draws a summary row at the top of the every track which contains Glyphs that are drawn on top of each other.

          To save memory and speed up computation, not all data items are drawn and rendered into Glyphs in this top row. However, if you click-drag (rubber-banding) over the summary row to select everything that it is there, the "Selection Info" text box reports the correct number of items expected to be there.

          One problem with summary row representation, however, is that it can be a bit misleading. For example, some horizontal gaps may appear, leading the user to think none of the data occupy the apparently empty location.

          We need a better algorithm and representation style that will suggest to the user that:

          * Individual data items are not being shown
          * Any region that looks empty, really is empty (i.e., no data items from the track overlap it)

          Some ideas:

          * Please don't draw a histogram-style graph. The "summary" row is too short for that.
          * Heatmap might be OK.
          * We can show consecutive blocks with positive space and negative space only, where negative space indicates the absence of data
          * We can show consecutive blocks with color intensity (or transparency) indicating the amount of data items underneath them
          * Instead of drawing the summary row as a series of blocks, draw ellipses (tiny squares) in the top row wherever there is data.

          In the above implementations, the summary row glyphs would not need to be selectable or countable. If a user wants to count features, they can instead set the stack height to everything being shown, collapse the track, and then click-drag over the collapsed track region.
           
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment -

          Genome browsers are commonly used to visualize large amounts of data that cannot otherwise be easily made sense of in their raw form. One such type of data are the aligned RNA reads of transcriptomic experiments. Each read is drawn over the assembly nucleotide axis, covering some portion of its parent gene, and each gene can contain zero to many corresponding reads, based on sequencing depth and the extent of expression. This results in a range of possible read content at a particular assembly locus, and at the higher extremes, viewing all reads on a single screen is either impossible based on resolution constraints, highly computationally intensive, or simply not useful. As a result, most genome browsers set the read height to a constant (and sometimes configurable) value and either do not display reads that cannot fit onto the screen/view, allow for vertical scrolling across the reads, or summarize the reads that could not be shown in some way. IGB, for example, creates a summary row at the top of each aligned read track, that is meant to represent the reads that do not fit into the track view and differs based on track height and read height. This summary row consists of an overlapping collection of the read glyphs that could not be shown, however, two primary issues exist with the current implementation, which are common to genome browsers a similar version of this feature, such as IGV:

          • It is often unclear to users what the summary row is meant to represent, due to a lack of visual distinction from regular track rows and no description of its functionality.
          • The summary row does not represent all the reads omitted from the view, but rather only a subset.

          In order to make the summary row in IGB more useful, it must be clear to users what it represents and this representation must be useful. An arbitrarily subsampled summary of omitted reads may be more misleading than helpful. To improve this feature, a more computationally efficient and self-evident visual representation of omitted reads can be designed. I think that a good solution could be to draw glyphs that contain nucleotide-level color gradations based the amount of omitted read data that is present at a particular locus. A two color gradient could be used and made to be user configurable. Colors could also be based on nucleotide bins of configurable lengths. This representation of the summary row would clearly differentiate it from the other rows in the aligned read track and would be representative of all the omitted reads. I will work on some prototypes.

          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - Genome browsers are commonly used to visualize large amounts of data that cannot otherwise be easily made sense of in their raw form. One such type of data are the aligned RNA reads of transcriptomic experiments. Each read is drawn over the assembly nucleotide axis, covering some portion of its parent gene, and each gene can contain zero to many corresponding reads, based on sequencing depth and the extent of expression. This results in a range of possible read content at a particular assembly locus, and at the higher extremes, viewing all reads on a single screen is either impossible based on resolution constraints, highly computationally intensive, or simply not useful. As a result, most genome browsers set the read height to a constant (and sometimes configurable) value and either do not display reads that cannot fit onto the screen/view, allow for vertical scrolling across the reads, or summarize the reads that could not be shown in some way. IGB, for example, creates a summary row at the top of each aligned read track, that is meant to represent the reads that do not fit into the track view and differs based on track height and read height. This summary row consists of an overlapping collection of the read glyphs that could not be shown, however, two primary issues exist with the current implementation, which are common to genome browsers a similar version of this feature, such as IGV: It is often unclear to users what the summary row is meant to represent, due to a lack of visual distinction from regular track rows and no description of its functionality. The summary row does not represent all the reads omitted from the view, but rather only a subset. In order to make the summary row in IGB more useful, it must be clear to users what it represents and this representation must be useful. An arbitrarily subsampled summary of omitted reads may be more misleading than helpful. To improve this feature, a more computationally efficient and self-evident visual representation of omitted reads can be designed. I think that a good solution could be to draw glyphs that contain nucleotide-level color gradations based the amount of omitted read data that is present at a particular locus. A two color gradient could be used and made to be user configurable. Colors could also be based on nucleotide bins of configurable lengths. This representation of the summary row would clearly differentiate it from the other rows in the aligned read track and would be representative of all the omitted reads. I will work on some prototypes.
          pbadzuh Philip Badzuh (Inactive) made changes -
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14 [ 118, 119, 120 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28 [ 118, 119, 120, 121 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          pbadzuh Philip Badzuh (Inactive) made changes -
          Attachment igb_summary_row_design2.png [ 16351 ]
          Hide
          ann.loraine Ann Loraine added a comment - - edited

          See Developer's Guide for info on how to make EST data file to view in IGB.

          Show
          ann.loraine Ann Loraine added a comment - - edited See Developer's Guide for info on how to make EST data file to view in IGB.
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment -

          Given that a summary row may be associated with any annotation track containing more rows than the set stack height, this problem is associated with tracks that may contain different glyph shapes as means of data representation. It may be, therefore, more reasonable to maintain the current implementation of glyph drawing in the summary row and only add the following changes, to improve the summary row:

          • Remove the current subsampling of annotation track rows in the summary row - summarize all rows beyond the stack height.
          • Will need to test if performance hit is observed and whether it’s due to backend algorithm or graphics rendering. In the former case, the algorithm may be optimized; in the latter case, given that preserving annotation count in the summary row is a requirement, improving performance may be difficult. Performance also varies by machine/hardware configuration, so it may be useful to allow configurable subsampling, as IGV does, for lower end machines.
          • Change the color of the summary row glyphs - glyph colors vary between annotation tracks, so summary row glyph color may be set to a contrasting value on a per-track basis, or a universal color offset can be used.
          • Add an additional entry to each summary row top-level glyph tooltip, indicating that summary row status, e.g. a description field.
          • Add top-aligned text indicating that the top row is a summary row, when it is, to the annotation track label box.
          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - Given that a summary row may be associated with any annotation track containing more rows than the set stack height, this problem is associated with tracks that may contain different glyph shapes as means of data representation. It may be, therefore, more reasonable to maintain the current implementation of glyph drawing in the summary row and only add the following changes, to improve the summary row: Remove the current subsampling of annotation track rows in the summary row - summarize all rows beyond the stack height. Will need to test if performance hit is observed and whether it’s due to backend algorithm or graphics rendering. In the former case, the algorithm may be optimized; in the latter case, given that preserving annotation count in the summary row is a requirement, improving performance may be difficult. Performance also varies by machine/hardware configuration, so it may be useful to allow configurable subsampling, as IGV does, for lower end machines. Change the color of the summary row glyphs - glyph colors vary between annotation tracks, so summary row glyph color may be set to a contrasting value on a per-track basis, or a universal color offset can be used. Add an additional entry to each summary row top-level glyph tooltip, indicating that summary row status, e.g. a description field. Add top-aligned text indicating that the top row is a summary row, when it is, to the annotation track label box.
          Hide
          karthik Karthik Raveendran added a comment - - edited

          The dropbox link for A Practical Guide To Usability Testing for reference

          Show
          karthik Karthik Raveendran added a comment - - edited The dropbox link for A Practical Guide To Usability Testing for reference
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28 [ 118, 119, 120, 121 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11 [ 118, 119, 120, 121, 122 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited

          I have been looking at the following files to change the summary row to show all annotations that do not fit into an annotation track's stack height:

          • $IGB/core/igb/src/main/java/com/affymetrix/igb/glyph/AnnotationTierGlyph.java
          • $IGB/core/igb/src/main/java/com/affymetrix/igb/glyph/DefaultTierGlyph.java
          • $IGB/core/igb/src/main/java/com/affymetrix/igb/view/factories/AnnotationGlyphFactory.java

          Notes:

          • Each track has an associated 'Tier' glyph.
          • Each Tier glyph has one or more child glyphs that are arranged into rows using syms and spans.
          • Stack height may be set in the IGB Annotation pane and limits the number of rows shown in each track.
          • Rows beyond the stack height limit are drawn one over the other in the summary row (currently limited to an overlap depth of 10).
          • Removing the depth limit results in a significant increase in data loading time and sluggish feedback to user interactions afterward.
            • There seems to be an initial spike in CPU and GPU activity, but something causes summary row loading to continue after this. I noticed that draw methods are invoked without user interaction at times - this may be the cause. Memory usage change is low.
          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited I have been looking at the following files to change the summary row to show all annotations that do not fit into an annotation track's stack height: $IGB/core/igb/src/main/java/com/affymetrix/igb/glyph/AnnotationTierGlyph.java $IGB/core/igb/src/main/java/com/affymetrix/igb/glyph/DefaultTierGlyph.java $IGB/core/igb/src/main/java/com/affymetrix/igb/view/factories/AnnotationGlyphFactory.java Notes: Each track has an associated 'Tier' glyph. Each Tier glyph has one or more child glyphs that are arranged into rows using syms and spans. Stack height may be set in the IGB Annotation pane and limits the number of rows shown in each track. Rows beyond the stack height limit are drawn one over the other in the summary row (currently limited to an overlap depth of 10). Removing the depth limit results in a significant increase in data loading time and sluggish feedback to user interactions afterward. There seems to be an initial spike in CPU and GPU activity, but something causes summary row loading to continue after this. I noticed that draw methods are invoked without user interaction at times - this may be the cause. Memory usage change is low.
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited

          Please see my branch to follow my testing of this issue.

          Objective:

          • Combine all glyphs/rows of the summary row into a single row of glyphs prior to rendering/drawing.
          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - - edited Please see my branch to follow my testing of this issue. Objective: Combine all glyphs/rows of the summary row into a single row of glyphs prior to rendering/drawing.
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11 [ 118, 119, 120, 121, 122 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25 [ 118, 119, 120, 121, 122, 123 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          Hide
          pbadzuh Philip Badzuh (Inactive) added a comment -

          [~aloraine], please see a commit of my latest work here.

          Show
          pbadzuh Philip Badzuh (Inactive) added a comment - [~aloraine] , please see a commit of my latest work here .
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25 [ 118, 119, 120, 121, 122, 123 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9 [ 118, 119, 120, 121, 122, 123, 124 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          pbadzuh Philip Badzuh (Inactive) made changes -
          Status In Progress [ 3 ] To-Do [ 10305 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9 [ 118, 119, 120, 121, 122, 123, 124 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23 [ 118, 119, 120, 121, 122, 123, 124, 125 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Status To-Do [ 10305 ] In Progress [ 3 ]
          ann.loraine Ann Loraine made changes -
          Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
          ann.loraine Ann Loraine made changes -
          Assignee Philip Badzuh [ pbadzuh ] Ann Loraine [ aloraine ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23 [ 118, 119, 120, 121, 122, 123, 124, 125 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13 [ 118, 119, 120, 121, 122, 123, 124, 125, 126 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13 [ 118, 119, 120, 121, 122, 123, 124, 125, 126 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Aug 10 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021Sep 13 - Sep 24 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Fall 5 2021 Oct 11 - Oct 22 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Assignee Ann Loraine [ aloraine ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Fall 5 2021 Oct 11 - Oct 22 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Fall 7 2021 Nov 8 - Nov 19 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 133 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Fall 7 2021 Nov 8 - Nov 19 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 133 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
          ann.loraine Ann Loraine made changes -
          Assignee Ann Loraine [ aloraine ]
          Hide
          ann.loraine Ann Loraine added a comment - - edited

          Pushed branch to team repository as pb-IGBF-22.

          Next steps:

          • Build installer, test the functionality
          • Rebase pb-IGBF-22 onto latest development branch
          • Build installer, test the functionality
          Show
          ann.loraine Ann Loraine added a comment - - edited Pushed branch to team repository as pb- IGBF-22 . Next steps: Build installer, test the functionality Rebase pb- IGBF-22 onto latest development branch Build installer, test the functionality
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Spring 7 2023 Apr 10 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 167 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8, Spring 7 2023 Apr 10 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 167 ] Spring 2 2021 Apr 5 - Apr 16, Spring 3 2021 Apr 19 - Apr 30, Spring 4 2021 May 3 - May 14, Spring 5 2021 May 17 - May 28, Spring 6 2021 May 31 - June 11, Summer 1 2021 Jun 14 - Jun 25, Summer 2 2021 Jun 28 - Jul 9, Summer 3 2021 Jul 12 - Jul 23, Summer 4 2021 Aug 2 - Aug 13, Fall 1 2021 Aug 16 - Aug 27, Fall 2 2021 Aug 30 - Sep10, Fall 3 2021 Sep 13 - Sep 24, Fall 4 2021 Sep 27 - Oct 8 [ 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130 ]

            People

            • Assignee:
              ann.loraine Ann Loraine
              Reporter:
              ann.loraine Ann Loraine
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: