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

Investigate: Why is pending apps plug-in repository failing

    Details

    • Type: Task
    • Status: Merged Needs Testing (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Story Points:
      2
    • Sprint:
      Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9, Spring 4

      Description

      The IGB App Store is meant to allow app developers to upload and their submit their IGB app for review by the site maintainers.

      When a user submits an app for review, the site maintainers receive an email notification. This part works great.

      Next, the reviewer of a new app is supposed to test the new app by installing it and running it in the version of IGB that the developer has written their app for.

      To do this, the reviewer opens IGB and does the following steps:

      • Select Tools > App Manager
      • Click Manage Repositories button (top right) to open the Plugin Repositories screen of the Preferences window
      • Checks "Enabled" for the Pending Aps Plugin Repository (It has URL https://apps.bioviz.org/obr/pending_releases)

      One kind of cool thing is that if you visit this URL in your Web browser, the App Store will display a nice page that lets you download and view the "repository.xml" file for the App Store's pending apps end point.

      If you do this, you will observe that there is (as of today) one pending app, an app submitted by Karthik Raveendran - the "Downsampler App" which is currently at version 0.0.0 and is not yet released on the App Store. (That is, it's not available for wider use in the IGB user community.)

      However, the pending apps endpoint is not working as expected! What is supposed to happen is that when the reviewer enables the Pending Apps Plugin Repository, they should see that the App Manager now shows the Pending Apps repository's apps as options for installation. Then, the reviewer should be able to install the App and test it.

      What is happening instead is that if you try to install the app in the usual way, it will appear to be installed in the App Manager but the App will not actually be installed. Instead, an error appears in the IGB Log:

      12:40:23.649 INFO o.l.i.p.manager.AppManagerFxPanel - Installing plugin: Downsampler Filter
      ERROR: Resolver: Install error - Downsampler-Filter
      java.io.IOException: Error accessing https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
      at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:217)
      at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:199)
      at org.apache.felix.bundlerepository.impl.ResolverImpl.deploy(ResolverImpl.java:575)
      at org.lorainelab.igb.plugin.manager.BundleActionManager.installBundle(BundleActionManager.java:173)
      at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:149)
      at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:139)
      at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
      at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
      at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
      at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
      at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
      at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
      at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
      Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
      at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2011)
      at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1602)
      at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
      at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:209)
      ... 12 more

      I logged into the App Store and also looked at the S3 bucket the App Store uses to store pending and released apps. Everything looked fine and correct, so I am not sure what the problem is here.

      For this task, please investigate what is occurring. To start, I would create a simple App that is not already released on App store to submit and use for testing, just to check to see if there was a problem with Karthik Raveendran's app – which I don't think is the case, but this would be a good place to start.

      Just be aware that if you submit a new version of an existing released app, it will not enter a pending status but instead will be released right away. So, to test this issue, you really need an entirely new, unreleased app to use for testing.

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Epic Link IGBF-3014 [ 21526 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-4225 [ IGBF-4225 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Description The IGB App Store is meant to allow app developers to upload and their submit their IGB app for review by the site maintainers.

            When a user submits an app for review, the site maintainers receive an email notification. This part works great.

            Next, the reviewer of a new app is supposed to test the new app by installing it and running it in the version of IGB that the developer has written their app for.

            To do this, the reviewer opens IGB and does the following steps:

            * Select Tools > App Manager
            * Click Manage Repositories button (top right) to open the Plugin Repositories screen of the Preferences window
            * Checks "Enabled" for the Pending Aps Plugin Repository (It has URL [https://apps.bioviz.org/obr/pending_releases])

            One kind of cool thing is that if you visit this URL in your Web browser, the App Store will display a nice page that lets you download and view the "repository.xml" file for the App Store's pending apps end point.

            If you do this, you will observe that there is (as of today) one pending app, an app submitted by [~karthik] - the "Downsampler App" which is currently at version 0.0.0 and is not yet released on the App Store. (That is, it's not available for wider use in the IGB user community.)

            However, the pending apps endpoint is not working as expected! What is supposed to happen is that when the reviewer enables the Pending Apps Plugin Repository, they should see that the App Manager now shows the Pending Apps repository's apps as options for installation. Then, the reviewer should be able to install the App and test it.

            What is happening instead is that if you try to install the app in the usual way, it will appear to be installed in the App Manager but the App will not actually be installed. Instead, an error appears in the IGB Log:

            {quote}
            12:40:23.649 INFO o.l.i.p.manager.AppManagerFxPanel - Installing plugin: Downsampler Filter
            ERROR: Resolver: Install error - Downsampler-Filter
            java.io.IOException: Error accessing https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:217)
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:199)
            at org.apache.felix.bundlerepository.impl.ResolverImpl.deploy(ResolverImpl.java:575)
            at org.lorainelab.igb.plugin.manager.BundleActionManager.installBundle(BundleActionManager.java:173)
            at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:149)
            at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:139)
            at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
            at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
            at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
            at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
            at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
            at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
            at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
            Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
            at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2011)
            at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1602)
            at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:209)
            ... 12 more
            {quote}

            I logged into the App Store and also looked at the S3 bucket the App Store uses to store pending and released apps. Everything looked fine and correct, so I am not sure what the problem is here.

            For this task, please investigate what is occurring. To start, I would create a simple App that is not already released on App store to submit and use for testing, just to check to see if there was a problem with [~karthik]'s app -- which I don't think is the case, but this would be a good place to start.

            Just be aware that if you submit a new version of an existing released app, it will not enter a pending status. So, to test this issue, you really need an entirely new, unreleased app to use for testing.

            The IGB App Store is meant to allow app developers to upload and their submit their IGB app for review by the site maintainers.

            When a user submits an app for review, the site maintainers receive an email notification. This part works great.

            Next, the reviewer of a new app is supposed to test the new app by installing it and running it in the version of IGB that the developer has written their app for.

            To do this, the reviewer opens IGB and does the following steps:

            * Select Tools > App Manager
            * Click Manage Repositories button (top right) to open the Plugin Repositories screen of the Preferences window
            * Checks "Enabled" for the Pending Aps Plugin Repository (It has URL [https://apps.bioviz.org/obr/pending_releases])

            One kind of cool thing is that if you visit this URL in your Web browser, the App Store will display a nice page that lets you download and view the "repository.xml" file for the App Store's pending apps end point.

            If you do this, you will observe that there is (as of today) one pending app, an app submitted by [~karthik] - the "Downsampler App" which is currently at version 0.0.0 and is not yet released on the App Store. (That is, it's not available for wider use in the IGB user community.)

            However, the pending apps endpoint is not working as expected! What is supposed to happen is that when the reviewer enables the Pending Apps Plugin Repository, they should see that the App Manager now shows the Pending Apps repository's apps as options for installation. Then, the reviewer should be able to install the App and test it.

            What is happening instead is that if you try to install the app in the usual way, it will appear to be installed in the App Manager but the App will not actually be installed. Instead, an error appears in the IGB Log:

            {quote}
            12:40:23.649 INFO o.l.i.p.manager.AppManagerFxPanel - Installing plugin: Downsampler Filter
            ERROR: Resolver: Install error - Downsampler-Filter
            java.io.IOException: Error accessing https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:217)
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:199)
            at org.apache.felix.bundlerepository.impl.ResolverImpl.deploy(ResolverImpl.java:575)
            at org.lorainelab.igb.plugin.manager.BundleActionManager.installBundle(BundleActionManager.java:173)
            at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:149)
            at org.lorainelab.igb.plugin.manager.BundleActionManager$1.get(BundleActionManager.java:139)
            at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
            at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
            at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
            at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
            at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
            at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
            at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
            Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://apps.bioviz.org/installapp/pending_releases/pending_releases/Downsampler-Filter-0.0.0.jar
            at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2011)
            at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1602)
            at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
            at org.apache.felix.bundlerepository.impl.FileUtil.openURL(FileUtil.java:209)
            ... 12 more
            {quote}

            I logged into the App Store and also looked at the S3 bucket the App Store uses to store pending and released apps. Everything looked fine and correct, so I am not sure what the problem is here.

            For this task, please investigate what is occurring. To start, I would create a simple App that is not already released on App store to submit and use for testing, just to check to see if there was a problem with [~karthik]'s app -- which I don't think is the case, but this would be a good place to start.

            Just be aware that if you submit a new version of an existing released app, it will not enter a pending status but instead will be released right away. So, to test this issue, you really need an entirely new, unreleased app to use for testing.

            ann.loraine Ann Loraine made changes -
            Sprint Summer 3 [ 220 ] Summer 3, Summer 4 [ 220, 221 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 3, Summer 4 [ 220, 221 ] Summer 3, Summer 4, Summer 5 [ 220, 221, 222 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2665 [ IGBF-2665 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2288 [ IGBF-2288 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-4275 [ IGBF-4275 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 3, Summer 4, Summer 5 [ 220, 221, 222 ] Summer 3, Summer 4, Summer 5, Summer 6 [ 220, 221, 222, 223 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            nfreese Nowlan Freese made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            nfreese Nowlan Freese made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            nfreese Nowlan Freese made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 3, Summer 4, Summer 5, Summer 6 [ 220, 221, 222, 223 ] Testing 3 : 19 Nov - 29 Nov 2, Summer 3, Summer 4, Summer 5, Summer 6 [ 83, 220, 221, 222, 223 ]
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee saideepthi jagarapu [ sjagarap ] Ann Loraine [ aloraine ]
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6 [ 83, 220, 221, 222, 223 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2 [ 83, 220, 221, 222, 223, 225 ]
            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 -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Status To-Do [ 10305 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2 [ 83, 220, 221, 222, 223, 225 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3 [ 83, 220, 221, 222, 223, 225, 226 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            ann.loraine Ann Loraine made changes -
            Status Post-merge Testing In Progress [ 10003 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-4328 [ IGBF-4328 ]
            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 -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3 [ 83, 220, 221, 222, 223, 225, 226 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4 [ 83, 220, 221, 222, 223, 225, 226, 227 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4 [ 83, 220, 221, 222, 223, 225, 226, 227 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5 [ 83, 220, 221, 222, 223, 225, 226, 227, 228 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5 [ 83, 220, 221, 222, 223, 225, 226, 227, 228 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            sjagarap saideepthi jagarapu (Inactive) made changes -
            Assignee saideepthi jagarapu [ sjagarap ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9, Spring 1 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9, Spring 1 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 233 ] Fall 1, Summer 3, Summer 4, Summer 5, Summer 6, Fall 2, Fall 3, Fall 4, Fall 5, Fall 6, Fall 7, Fall 8, Fall 9, Spring 4 [ 83, 220, 221, 222, 223, 225, 226, 227, 228, 229, 230, 231, 232, 236 ]

              People

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

                Dates

                • Created:
                  Updated: