overture-stack / roadmap

🏷️ Feature and new tools on Overture's roadmap
1 stars 0 forks source link

Docs Site: Links #97

Closed samrichca closed 3 years ago

samrichca commented 3 years ago

problem:

solution:

samrichca commented 3 years ago

testing notes:

samrichca commented 3 years ago

https://5fe240e3ccb7e463e2a8f9bc--overture.netlify.app/

b-f-chan commented 3 years ago

Do not need to test all pages, just the major navigation areas (header, footer, pages)

samrichca commented 3 years ago

updated scope: all links were changed because I moved them to constants/variables, so they all need to be tested

https://5ffe0d7c48b4b20125f03026--overture.netlify.app/

b-f-chan commented 3 years ago

Tested all links and buttons, all work except 2 issues found:

(1) Slack invite link broken in the header and in middle of the Contact page. The link on prod works and uses http (http://slack.overture.bio/, but the link in lab netlify uses https and is broken (https://slack.overture.bio/). However, I'm not sure why the invite link is using unsecure http in the first place.

BrokenSlackInviteLink.png

(2) On the OncoJS Products page, the live example link for Pathway Viewer incorrectly links to GDC Portal, instead of an actual example on ICGC Portal. This is actually a prod issue and is already broken there, but if you can fix it as part of this ticket would be great. If not, I can create separate ticket. Correct link should be: https://dcc.icgc.org/genesets/R-HSA-1236974/pathway-viewer

IncorrectPathwayViewerLink.png

samrichca commented 3 years ago

https://6001c19d0c48c351bd02d758--overture.netlify.app/products/oncojs/

b-f-chan commented 3 years ago

Re-tested at netlify above, slack invite link and pathway viewer live example link fixed and go to correct pages now.