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

implement scaling methods in production portal #325

Closed
arlin opened this issue Jul 26, 2018 · 2 comments
Closed

implement scaling methods in production portal #325

arlin opened this issue Jul 26, 2018 · 2 comments
Assignees

Comments

@arlin
Copy link
Member

arlin commented Jul 26, 2018

Push the scaling functionality from the dev portal to the production portal.

Hide SDM until #320 is fixed.

Note that there are two other changes to scaling that need to be fixed in the development branch: #324 (fix median scaling method) and #299 (scale bar fixes)

@arlin arlin added the ready label Jul 26, 2018
@arlin arlin added this to the Phylotastic general manuscript milestone Jul 26, 2018
@ducvan0212
Copy link
Collaborator

ducvan0212 commented Jul 27, 2018

The portal uses WebSocket (ActionCable in Rails) to asynchronously update the interface when a scaling process is finished (basically, update the waiting circle to clickable radio box). Unfortunately, ActionCable is currently not supported on Apache + Passenger (https://www.phusionpassenger.com/library/config/apache/action_cable_integration/). I need to stop Apache to try 2 approaches:

For now, I don't have permissions to stop all Apache processes because @abusalehmdtayeen needs Apache to run his services.

Otherwise, the production portal will still works, but user has to reload the tree viewer (refresh the page) to view scaling options.

@arlin arlin closed this as completed Aug 4, 2018
@arlin arlin removed the ready label Aug 4, 2018
@arlin
Copy link
Member Author

arlin commented Aug 4, 2018

I'm closing this. good job, @ducvan0212 and @abusalehmdtayeen

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

No branches or pull requests

3 participants