Details

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

      Description

      The Quickload documentation on the site is out-of-date. Update it.

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Epic Link IGBF-2323 [ 18477 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-3264 [ IGBF-3264 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 6 2023 July 24 [ 175 ] Summer 6 2023 July 24, Summer 7 2023 Aug 7 [ 175, 176 ]
            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 -
            Link This issue relates to IGBF-3173 [ IGBF-3173 ]
            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Also incorporating the single change to autoindex_strapdown.js from linked ticket IGBF-3173.

            Relevant code copied here for easier reference:

                    // Create a script element to fetch Strapdown.js.                                                                                           
                    strapdown = document.createElement('script');
                    // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js');                            
                    //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js');                                                                                                                                                 
                    // from: IGBF-3173 Karthik Raveendran                                                                                                       
                    strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');
            
            Show
            ann.loraine Ann Loraine added a comment - - edited Also incorporating the single change to autoindex_strapdown.js from linked ticket IGBF-3173 . Relevant code copied here for easier reference: // Create a script element to fetch Strapdown.js. strapdown = document.createElement('script'); // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js'); //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js'); // from: IGBF-3173 Karthik Raveendran strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https: //cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');
            Hide
            ann.loraine Ann Loraine added a comment -

            To test:

            • Visit http://lorainelab-quickload.scidas.org/quickload/
            • Click on each link. Confirm the link opens a location that makes sense based on the link label text.
            • Install svn and check that the documentation instructions for "checking out" the repository are working properly
            Show
            ann.loraine Ann Loraine added a comment - To test: Visit http://lorainelab-quickload.scidas.org/quickload/ Click on each link. Confirm the link opens a location that makes sense based on the link label text. Install svn and check that the documentation instructions for "checking out" the repository are working properly
            ann.loraine Ann Loraine made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ]
            nfreese Nowlan Freese made changes -
            Assignee Nowlan Freese [ nfreese ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 6 2023 July 24, Summer 7 2023 Aug 7 [ 175, 176 ] Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 175, 176, 177 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Assignee Kaushik Gopu [ kgopu ]
            nfreese Nowlan Freese made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            Hide
            nfreese Nowlan Freese added a comment - - edited
            • Links are working correctly and make sense.
            • The svn command appear to have a typo. When running the current command I am seeing the error "svn: E125002: 'co' does not appear to be a URL". If I change the svn command to "svn co --username=guest https://svn.bioviz.org/repos/genomes/quickload" then I get a prompt for a username/password, which worked for me if I put in guest/guest.
            • In the Test a checked-out copy... section of the quickload site, change the line "The folder contain the file "contents.txt" is the Quickload root directory." to "The folder containing the file "contents.txt" is the Quickload root directory."
            Show
            nfreese Nowlan Freese added a comment - - edited Links are working correctly and make sense. The svn command appear to have a typo. When running the current command I am seeing the error "svn: E125002: 'co' does not appear to be a URL". If I change the svn command to "svn co --username=guest https://svn.bioviz.org/repos/genomes/quickload " then I get a prompt for a username/password, which worked for me if I put in guest/guest. In the Test a checked-out copy... section of the quickload site, change the line "The folder contain the file "contents.txt" is the Quickload root directory." to "The folder containing the file "contents.txt" is the Quickload root directory."
            nfreese Nowlan Freese made changes -
            Assignee Kaushik Gopu [ kgopu ] Ann Loraine [ aloraine ]
            nfreese Nowlan Freese made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Sprint Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 175, 176, 177 ] Testing 2 : 4 Nov - 15 Nov, Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 82, 175, 176, 177 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Implemented recommend changes. Moving to DONE.

            Show
            ann.loraine Ann Loraine added a comment - Implemented recommend changes. Moving to DONE.
            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 -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            ann.loraine Ann Loraine made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 1 - Sep 5, Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 82, 175, 176, 177 ] Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 175, 176, 177 ]

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: