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

Link destination URL when user hovers over Get latest IGB button

    Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      When the user hovers the mouse over the 'Get latest IGB' button, the browser should display the link destination URL in the usual place, e.g., lower-left corner in Chrome.

        Attachments

          Issue Links

            Activity

            pbole Pawan Bole (Inactive) created issue -
            pbole Pawan Bole (Inactive) made changes -
            Field Original Value New Value
            Epic Link IGBF-1388 [ 17463 ]
            pbole Pawan Bole (Inactive) made changes -
            Link This issue relates to IGBF-2138 [ IGBF-2138 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Assignee Sameer Shanbhag [ sameer ]
            Hide
            sameer Sameer Shanbhag (Inactive) added a comment -

            [~aloraine]
            I don't think this can be done is a better way.
            I tried multiple ways to get the link to show up in the browser. But the Button's behavior is completely depended on the JAvascript and there is no way we can get a link on the button.

            Show
            sameer Sameer Shanbhag (Inactive) added a comment - [~aloraine] I don't think this can be done is a better way. I tried multiple ways to get the link to show up in the browser. But the Button's behavior is completely depended on the JAvascript and there is no way we can get a link on the button.
            sameer Sameer Shanbhag (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            Hide
            sameer Sameer Shanbhag (Inactive) added a comment -

            More Information:
            The Button uses getIGB() [can be found in app_page.js] function and window.open() funcition in JavaScript to redirect user to bioviz website.
            This was done as we wanted to make the bioviz.org linking central and use it everywhere.

            Solution for this problem:
            Hardcode the link in HTML so the Browser can see through the Javascript.

            Show
            sameer Sameer Shanbhag (Inactive) added a comment - More Information: The Button uses getIGB() [can be found in app_page.js] function and window.open() funcition in JavaScript to redirect user to bioviz website. This was done as we wanted to make the bioviz.org linking central and use it everywhere. Solution for this problem: Hardcode the link in HTML so the Browser can see through the Javascript.
            ann.loraine Ann Loraine made changes -
            Sprint Fall 7 : 11 Nov to 22 Nov [ 78 ] Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec [ 78, 79 ]
            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 Sameer Shanbhag [ sameer ] Ann Loraine [ aloraine ]
            Hide
            ann.loraine Ann Loraine added a comment -

            I understand. Hard-coding in this case I think is OK. Please proceed.

            Just a quick clarification just in case it is required: link should go to "https://bioviz.org"

            (Note https and lack of "www" subdomain")

            Show
            ann.loraine Ann Loraine added a comment - I understand. Hard-coding in this case I think is OK. Please proceed. Just a quick clarification just in case it is required: link should go to "https://bioviz.org" (Note https and lack of "www" subdomain")
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ] Sameer Shanbhag [ sameer ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Show
            sameer Sameer Shanbhag (Inactive) added a comment - Pull Request Submitted. https://bitbucket.org/sshanbh1/sameer-appstorefork/pull-requests/new?source=IGBF-2153&t=1
            sameer Sameer Shanbhag (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Assignee Sameer Shanbhag [ sameer ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Merged but not yet deployed on dev-appstore-2.

            Shamika Gajanan Kulkarni
            Pawan Bole
            Philip Badzuh
            Prutha Kulkarni

            Please review. Note that testing this ticket will require testing the full-end-to-end workflow for installation of Apps into IGB because this change affects that functionality.

            Show
            ann.loraine Ann Loraine added a comment - Merged but not yet deployed on dev-appstore-2. Shamika Gajanan Kulkarni Pawan Bole Philip Badzuh Prutha Kulkarni Please review. Note that testing this ticket will require testing the full-end-to-end workflow for installation of Apps into IGB because this change affects that functionality.
            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 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Deployed to https://dev-appstore-2.bioviz.org and ready for testing.

            Show
            ann.loraine Ann Loraine added a comment - Deployed to https://dev-appstore-2.bioviz.org and ready for testing.
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            Hide
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment -

            Tested and the link destination URL are displayed on the left corner when hovered over 'Get Latest IGB' button. The upgrade functionality is not working as expected. The 'Update app' button is not visible on Appstore, even when the update function is available in IGB. Sameer Shanbhag has fixed this is one of the tickets and it seems the changes are not yet deployed to https://dev-appstore-2.bioviz.org. Will test this once again after latest changes are merged.

            Show
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment - Tested and the link destination URL are displayed on the left corner when hovered over 'Get Latest IGB' button. The upgrade functionality is not working as expected. The 'Update app' button is not visible on Appstore, even when the update function is available in IGB. Sameer Shanbhag has fixed this is one of the tickets and it seems the changes are not yet deployed to https://dev-appstore-2.bioviz.org . Will test this once again after latest changes are merged.
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status Post-merge Testing In Progress [ 10003 ] To-Do [ 10305 ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ]
            Hide
            ann.loraine Ann Loraine added a comment -

            My apologies Shamika Gajanan Kulkarni and Pooja Nikhare for not keeping you up to date.

            Sameer Shanbhag has deployed the latest master to his EC2 yesterday - http://dev-appstore-1.bioviz.org.

            I was not able to update dev-appstore-2 because I was out sick on Tuesday and I forgot to do it this morning.

            Show
            ann.loraine Ann Loraine added a comment - My apologies Shamika Gajanan Kulkarni and Pooja Nikhare for not keeping you up to date. Sameer Shanbhag has deployed the latest master to his EC2 yesterday - http://dev-appstore-1.bioviz.org . I was not able to update dev-appstore-2 because I was out sick on Tuesday and I forgot to do it this morning.
            sameer Sameer Shanbhag (Inactive) made changes -
            Status To-Do [ 10305 ] Pull Request Submitted [ 10101 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Deployed to https://dev-appstore-2.bioviz.org and ready for testing.

            Show
            ann.loraine Ann Loraine added a comment - Deployed to https://dev-appstore-2.bioviz.org and ready for testing.
            ann.loraine Ann Loraine made changes -
            Sprint Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec [ 78, 79 ] Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec, Fall 9 : 9 Dec to 20 Dec [ 78, 79, 80 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            Hide
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment -

            The link destination URLs are now visible for 'Get Latest IGB' button. Upgrade functionality is also working as expected. Moving to closed.

            Show
            shamika Shamika Gajanan Kulkarni (Inactive) added a comment - The link destination URLs are now visible for 'Get Latest IGB' button. Upgrade functionality is also working as expected. Moving to closed.
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Assignee Shamika Gajanan Kulkarni [ shamika ] Sameer Shanbhag [ sameer ]
            shamika Shamika Gajanan Kulkarni (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]

              People

              • Assignee:
                sameer Sameer Shanbhag (Inactive)
                Reporter:
                pbole Pawan Bole (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: