AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add Page Title To Render On Browser Tabs #139

Closed nozomione closed 1 year ago

nozomione commented 1 year ago

Context

Each page has a relevant human-readable title that displays on a browser tab.

Page Path Title
Home / Search for harmonized transcriptome data - refine.bio
About /about About refine.bio
Compendia /compendia/normalized Compendia
Compendia /compendia/rna-seq Compendia
Experiment /experiments/ACCESSION_CODE/TITLE TITLE - refine.bio
Dataset /dataset/DATASET_ID Dataset - refine.bio
Dataset /dataset/DATASET_ID?ref=share Dataset - refine.bio
Download /download Download Dataset - refine.bio  
Search /search results Results - refine.bio  
Search /search results?FILTERS Results - refine.bio  
Search /search results?search results=SEARCH_TERM SEARCH_TERM Results - refine.bio  
Search /search results?search results=SEARCH_TERM&FILTERS SEARCH_TERM Results - refine.bio
License /license License - refine.bio  
Privacy /privacy Privacy - refine.bio  
Terms of Use /terms Terms of Use - refine.bio

Problem or idea

We need to add a corresponding title to each path so that it'll be rendered on a browser tab.

Solution or next step