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

Add short descriptions for optionalPlugin existing Apps

    Details

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

      Description

      Add short descriptions for each of the existing Apps.
      These would be displayed in the App "tiles" shown on the home page or "All Apps" page.
      Update the database "JSON" file used to populate an initial version of the database on new App Store deployments.

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Epic Link IGBF-1388 [ 17463 ]
            ann.loraine Ann Loraine made changes -
            Summary Add Short descriptions for each of the existing apps. Add short descriptions for optionalPlugin existing Apps
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Assignee Sai Charan Reddy Vallapureddy [ svallapu ]
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            Hide
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment -

            IGBF-1723 and IGBF-1721 changes are in the same branch.
            Branch : https://bitbucket.org/svallapu/appstore/branch/IGBF-1723

            Short descriptions are added to all the apps in the Appstore. New appsDB.json is created with the updated data.

            Show
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - IGBF-1723 and IGBF-1721 changes are in the same branch. Branch : https://bitbucket.org/svallapu/appstore/branch/IGBF-1723 Short descriptions are added to all the apps in the Appstore. New appsDB.json is created with the updated data.
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Status In Progress [ 3 ] Pull Request Submitted [ 10101 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Merged to master.

            Show
            ann.loraine Ann Loraine added a comment - Merged to master.
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Status Needs Testing [ 10002 ] Testing In Progress [ 10003 ]
            ann.loraine Ann Loraine made changes -
            Assignee Sai Charan Reddy Vallapureddy [ svallapu ] Ann Loraine [ aloraine ]
            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Got this error when attempting to update testappstore.bioviz.org:

            (appstore) TestAppstore ubuntu$ python manage.py makemigrations
            /var/www/vhosts/appstore/conf/mock.py:6: UserWarning: Running with local config MOCK !
            warnings.warn("Running with local config MOCK !")
            SystemCheckError: System check identified some issues:

            ERRORS:
            ?: (staticfiles.E002) The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting.

            Also, needed to change ownership of debug.log and make it group-writable:

            • sudo chown ubuntu debug.log
            • chmod g+w debug.log
            Show
            ann.loraine Ann Loraine added a comment - - edited Got this error when attempting to update testappstore.bioviz.org: (appstore) TestAppstore ubuntu$ python manage.py makemigrations /var/www/vhosts/appstore/conf/mock.py:6: UserWarning: Running with local config MOCK ! warnings.warn("Running with local config MOCK !") SystemCheckError: System check identified some issues: ERRORS: ?: (staticfiles.E002) The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting. Also, needed to change ownership of debug.log and make it group-writable: sudo chown ubuntu debug.log chmod g+w debug.log
            ann.loraine Ann Loraine made changes -
            Status Testing In Progress [ 10003 ] Open [ 1 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ] Sai Charan Reddy Vallapureddy [ svallapu ]
            Hide
            ann.loraine Ann Loraine added a comment -

            To see what is deployed on testappstore.bioviz.org, log in, change to appstore directory, and run custom git alias command:

            • git ls

            Output:

            a3c291f (HEAD -> master, origin/master, origin/HEAD) Merged lorainelab/appstore into master
            5c8377f Merged in svallapu/appstore/IGBF-1723 (pull request #28)
            db83d07 IGBF-1723,IGBF-1721 Removed unnecessary content from submit page and added short descriptions to all the apps.
            c575397 Merged in svallapu/appstore/IGBF-1726 (pull request #27)
            bea8d0d Increased Categories list in main page from 5 to 20 and removed all Biostars links
            8a5fa88 Merged in svallapu/appstore/IGBF-1714 (pull request #26)

            Show
            ann.loraine Ann Loraine added a comment - To see what is deployed on testappstore.bioviz.org, log in, change to appstore directory, and run custom git alias command: git ls Output: a3c291f (HEAD -> master, origin/master, origin/HEAD) Merged lorainelab/appstore into master 5c8377f Merged in svallapu/appstore/ IGBF-1723 (pull request #28) db83d07 IGBF-1723 , IGBF-1721 Removed unnecessary content from submit page and added short descriptions to all the apps. c575397 Merged in svallapu/appstore/ IGBF-1726 (pull request #27) bea8d0d Increased Categories list in main page from 5 to 20 and removed all Biostars links 8a5fa88 Merged in svallapu/appstore/ IGBF-1714 (pull request #26)
            Hide
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment -

            Error is due to extra STATIC_ROOT settings in settings.py. Removing this setting solved the problem.

            Show
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - Error is due to extra STATIC_ROOT settings in settings.py. Removing this setting solved the problem.
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Status Open [ 1 ] Needs Testing [ 10002 ]
            svallapu Sai Charan Reddy Vallapureddy (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Needs Testing [ 10002 ] Closed [ 6 ]
            Hide
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment -

            tested in testappstore.bioviz.org. We can now see short descriptions for all the apps.

            Show
            svallapu Sai Charan Reddy Vallapureddy (Inactive) added a comment - tested in testappstore.bioviz.org. We can now see short descriptions for all the apps.
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-1873 [ IGBF-1873 ]
            ann.loraine Ann Loraine made changes -
            Workflow Loraine Lab Workflow [ 18443 ] Fall 2019 Workflow Update [ 20156 ]
            ann.loraine Ann Loraine made changes -
            Workflow Fall 2019 Workflow Update [ 20156 ] Revised Fall 2019 Workflow Update [ 22292 ]

              People

              • Assignee:
                svallapu Sai Charan Reddy Vallapureddy (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: