Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

upendrakumbham
Copy link
Contributor

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})

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

Signed-off-by: upendrakumbham <[email protected]>
@upendrakumbham upendrakumbham self-assigned this Sep 25, 2024
@upendrakumbham upendrakumbham marked this pull request as ready for review September 25, 2024 15:24
@upendrakumbham upendrakumbham marked this pull request as draft September 25, 2024 15:30
@upendrakumbham upendrakumbham marked this pull request as ready for review September 26, 2024 11:19
Copy link
Contributor

@ke4 ke4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work!
Just tiny suggestions.
Thanks

Signed-off-by: upendrakumbham <[email protected]>
ke4
ke4 previously approved these changes Oct 2, 2024
Copy link
Contributor

@ke4 ke4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for your work! 👍

Signed-off-by: upendrakumbham <[email protected]>
ke4
ke4 previously approved these changes Oct 3, 2024
Copy link
Contributor

@ke4 ke4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go.
Thanks

Copy link
Contributor

@ke4 ke4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me, I am going to approve it.
All I ask is to add [Bugfix] prefix when you merge it to the merge's commit message.
Thanks

@upendrakumbham upendrakumbham merged commit d315098 into develop Oct 4, 2024
3 checks passed
@upendrakumbham upendrakumbham deleted the bugfix/update-cell-type-marker-genes-endpoint-to-accept-slash-in-the-celltype branch October 4, 2024 16:28
@ke4 ke4 added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants