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

Stability Updates #110

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Stability Updates #110

wants to merge 4 commits into from

Conversation

shivamgangwani
Copy link
Contributor

  1. Move API from flask development server to gunicorn (Adjust number of workers as per cores in the docker-compose file)
  2. Move UI from React development server to a build (optimized for performance)
  3. UI was making two calls to /getDerivedData whenever assembly box was checked. I think this is because assembliesChecked is already a part of the state and then we were calling fetchTableData separately as well - have tried to fix this
  4. Another minor bug fix for API (API call was being made when no assemblies were selected) - added check in BrowseData.js to prevent this

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

Successfully merging this pull request may close these issues.

None yet

1 participant