You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've introduced a new routing pattern for compendia in refinebio-web, which differs from the existing pattern in refinebio-frontend (currently in production on refine.bio)
Context
We've introduced a new routing pattern for compendia in
refinebio-web
, which differs from the existing pattern inrefinebio-frontend
(currently in production onrefine.bio
)Here is the comparison of the old and new paths:
compendia?c=[type]
compendia/[type]
compendia/download?organism=[organismName]&url=[downloadUrl]
compendia/normalized/download/[organismName]
We need to ensure backward compatibility by supporting the legacy routes when transitioning from
refinebio-frontend
torefinebio-web
.Solution or next step
compendia
:pages/compendia/index.js
compendia/download
:pages/compendia/download.js
The text was updated successfully, but these errors were encountered: