Details
-
Type:
Sub-task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0.5
-
Sprint:Summer 2019 Sprint 8, Summer 2019 Sprint 9, Summer 2019 Sprint 10, Summer 2019 Sprint 11
Description
For each App, locate the logo from appstore code base. Resize the logo to 2000 by 2000 pixels. Add to each repository in a maven-friendly location typically used by mvn-based projects (resources directory).
Use a better naming scheme for the image. Change the names to something like symbolicname-logo.png. (Developer's choice.)
Resized the app logos to 2000*2000 and renamed them using convention : symbolicname-logo.png
Added logos for all of the five IGB apps under "images" folder of resource directory.
You can check it at the following locations:
https://bitbucket.org/lorainelab/23andme-snp-converter/src/master/src/main/resources/images/
https://bitbucket.org/lorainelab/protannot/src/master/src/main/resources/images/
https://bitbucket.org/lorainelab/command-socket/src/master/src/main/resources/images/
https://bitbucket.org/lorainelab/merge-annotation-operator/src/master/src/main/resources/images/
For geometric mean app, I could not merge the pull request into the master as I do not have a write permission to the repository.
Prof. [~aloraine] Could you please merge it into the main repository?