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
          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
          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 ]
          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.
           
          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 ]
          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
          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
          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 ]
          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: