ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

bugfix/update-cell-type-marker-genes-endpoint-to-accept-slash-in-the-celltype #475

Closed upendrakumbham closed 1 month ago

upendrakumbham commented 1 month ago

Add Base64 decoder to decode cell type which is received by the frontend

In the frontend celltypewheel when we clicked on cell type with / value, the backend did not accept that URI, so we added encodeURIComponent(btoa) functions at the frontend to do Base64 encode of cell type as part of URI to accept '/' by the tomcat and API endpoint(/json/cell-type-marker-genes/{cellType})