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

Refactor the IGB App store codebase. Change Cytoscape references to IGB references ( Only User facing places)

    Details

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

      Description

      Change all the cytoscape references to IGB references. Names and the URLs.

        Attachments

          Activity

          Hide
          sneha Sneha Ramesh Watharkar (Inactive) added a comment - - edited

          Below is the list of file names along with the curent urls of Cytoscape. We need alternate links with respect to IGB.
          File : CyAppStore\apps\templates\app_page.html
          https://groups.google.com/forum/?fromgroups#!searchin/cytoscape-helpdesk/
          http://www.cytoscape.org
          http://chianti.ucsd.edu/cyto_web/plugins/plugindownloadstatistics.php

          File: CyAppStore\apps\templates\app_page_edit.html - no URL required. Hardcoded 'Cytoscape' word change.

          File: CyAppStore\help\templates\about.html
          http://www.ncbi.nlm.nih.gov/pubmed/23595664
          http://www.nigms.nih.gov/About/Overview/bbcb.htm
          We have to change this file according to IGB. The whole content has to be changed!

          File: CyAppStore\help\templates\contact.html
          https://groups.google.com/forum/?fromgroups#!forum/cytoscape-helpdesk

          File: CyAppStore\help\templates\getstarted_app_install.html
          http://www.cytoscape.org/download.html

          File: CyAppStore\help\templates\md.html - No URL change. Only change the hardcoded Cytoscape word and image source in the code.
          File: CyAppStore\help\views.py- No URL change. Only change the hardcoded Cytoscape word and image source in the code.

          File: CyAppStore\README-rest-api.html - check if this file is needed! if yes then only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\README.md - check if this file is needed!
          https://code.cytoscape.org/redmine/projects/cytoscape3
          https://github.com/cytoscape/appstore/wiki

          File: CyAppStore\static\apps\js\app_page.js - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\static\apps\js\app_page_edit.js - this page might have some parts deleted which mentions about Cytoscape 2 to 3 porting of apps. We don't have those versions so may be this change wont be needed.
          http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper

          File: CyAppStore\static\common\lib\js\Markdown.Converter.js
          http://cytoscape.org

          File: CyAppStore\static\submit_app\html\cy2x_plugins.tmpl.html - check if this file is needed! if yes then only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\submit_app\mfparse.py - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\submit_app\models.py - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\submit_app\processjar.py - Change the file according to the way IGB processes the app jar and MANIFEST file. (Code change)

          File: CyAppStore\submit_app\templates\confirm.html - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\submit_app\templates\submit_api.html -
          org.cytoscape
          http://code.cytoscape.org/nexus/content/repositories/apps/

          File: CyAppStore\submit_app\templates\upload_form.html - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\submit_app\views.py - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\templates\404.html - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\templates\500.html - only hardcoded Cytoscape string change to IGB.

          File: CyAppStore\templates\base.html -
          http://www.cytoscape.org/plugin_submit.html
          http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper

          File: CyAppStore\users\templates\login.html - only hardcoded Cytoscape string change to IGB.

          Show
          sneha Sneha Ramesh Watharkar (Inactive) added a comment - - edited Below is the list of file names along with the curent urls of Cytoscape. We need alternate links with respect to IGB. File : CyAppStore\apps\templates\app_page.html https://groups.google.com/forum/?fromgroups#!searchin/cytoscape-helpdesk/ http://www.cytoscape.org http://chianti.ucsd.edu/cyto_web/plugins/plugindownloadstatistics.php File: CyAppStore\apps\templates\app_page_edit.html - no URL required. Hardcoded 'Cytoscape' word change. File: CyAppStore\help\templates\about.html http://www.ncbi.nlm.nih.gov/pubmed/23595664 http://www.nigms.nih.gov/About/Overview/bbcb.htm We have to change this file according to IGB. The whole content has to be changed! File: CyAppStore\help\templates\contact.html https://groups.google.com/forum/?fromgroups#!forum/cytoscape-helpdesk File: CyAppStore\help\templates\getstarted_app_install.html http://www.cytoscape.org/download.html File: CyAppStore\help\templates\md.html - No URL change. Only change the hardcoded Cytoscape word and image source in the code. File: CyAppStore\help\views.py- No URL change. Only change the hardcoded Cytoscape word and image source in the code. File: CyAppStore\README-rest-api.html - check if this file is needed! if yes then only hardcoded Cytoscape string change to IGB. File: CyAppStore\README.md - check if this file is needed! https://code.cytoscape.org/redmine/projects/cytoscape3 https://github.com/cytoscape/appstore/wiki File: CyAppStore\static\apps\js\app_page.js - only hardcoded Cytoscape string change to IGB. File: CyAppStore\static\apps\js\app_page_edit.js - this page might have some parts deleted which mentions about Cytoscape 2 to 3 porting of apps. We don't have those versions so may be this change wont be needed. http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper File: CyAppStore\static\common\lib\js\Markdown.Converter.js http://cytoscape.org File: CyAppStore\static\submit_app\html\cy2x_plugins.tmpl.html - check if this file is needed! if yes then only hardcoded Cytoscape string change to IGB. File: CyAppStore\submit_app\mfparse.py - only hardcoded Cytoscape string change to IGB. File: CyAppStore\submit_app\models.py - only hardcoded Cytoscape string change to IGB. File: CyAppStore\submit_app\processjar.py - Change the file according to the way IGB processes the app jar and MANIFEST file. (Code change) File: CyAppStore\submit_app\templates\confirm.html - only hardcoded Cytoscape string change to IGB. File: CyAppStore\submit_app\templates\submit_api.html - org.cytoscape http://code.cytoscape.org/nexus/content/repositories/apps/ File: CyAppStore\submit_app\templates\upload_form.html - only hardcoded Cytoscape string change to IGB. File: CyAppStore\submit_app\views.py - only hardcoded Cytoscape string change to IGB. File: CyAppStore\templates\404.html - only hardcoded Cytoscape string change to IGB. File: CyAppStore\templates\500.html - only hardcoded Cytoscape string change to IGB. File: CyAppStore\templates\base.html - http://www.cytoscape.org/plugin_submit.html http://wiki.cytoscape.org/Cytoscape_3/AppDeveloper File: CyAppStore\users\templates\login.html - only hardcoded Cytoscape string change to IGB.
          Hide
          sneha Sneha Ramesh Watharkar (Inactive) added a comment -

          Pranav Sanjay Tambvekar [~aloraine] : These are the urls which need replacement. I am now going to change the hard coded Cytoscape strings to IGB.

          Show
          sneha Sneha Ramesh Watharkar (Inactive) added a comment - Pranav Sanjay Tambvekar [~aloraine] : These are the urls which need replacement. I am now going to change the hard coded Cytoscape strings to IGB.
          Hide
          ann.loraine Ann Loraine added a comment -

          Please make a pull request with any changes not already added to master branch.

          Show
          ann.loraine Ann Loraine added a comment - Please make a pull request with any changes not already added to master branch.
          Show
          sneha Sneha Ramesh Watharkar (Inactive) added a comment - I have created a PR. https://bitbucket.org/lorainelab/appstore/pull-requests/7/changed-hardcoded-cytoscape-string-to-igb/diff

            People

            • Assignee:
              sneha Sneha Ramesh Watharkar (Inactive)
              Reporter:
              sneha Sneha Ramesh Watharkar (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: