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

Add searched genes to the url to make the searcher reproducible #65

Open
mimame opened this issue Jul 24, 2019 · 4 comments
Open

Add searched genes to the url to make the searcher reproducible #65

mimame opened this issue Jul 24, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@mimame
Copy link
Contributor

mimame commented Jul 24, 2019

No description provided.

@mimame mimame added the enhancement New feature or request label Jul 24, 2019
@mimame mimame self-assigned this Jul 24, 2019
@mimame
Copy link
Contributor Author

mimame commented Sep 10, 2019

The behavior is implemented in 5bb7339 but the url should be synchronized too

@mimame
Copy link
Contributor Author

mimame commented Sep 10, 2019

The chromosome of the searched node have to be rendered before because if not, features can't be shown

The style property 'background-color: mapData(RepTiming, Infinity, -Infinity, lightblue, pink)' is invalid cytoscape.min.js:23:11921

@mimame
Copy link
Contributor Author

mimame commented Sep 12, 2019

To manage the history, BrowseRouter is mandatory instead of HashRouter.
HashRouter manage all request in the client side but BrowseRouter not.
A /organism/cell_type/search petition is done and of course there is not that on the server so a 404 error code is returned

@mimame
Copy link
Contributor Author

mimame commented Sep 12, 2019

Summary:
Browser url will be static after load the search by url
Features are not loaded when the search is done by url and it has to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant