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

Improve error handling with requests #14

Open
brendanreardon opened this issue Jan 12, 2018 · 1 comment
Open

Improve error handling with requests #14

brendanreardon opened this issue Jan 12, 2018 · 1 comment

Comments

@brendanreardon
Copy link
Collaborator

The CHIP&SALSA portal performs several get and post requests once a user has logged in. At the moment this is managed by performing a status check on FireCloud upon loading each page, which slows the loading process overall. The overall codebase could be improved by more proper error handling of requests.

@brendanreardon brendanreardon changed the title Improve error handling Improve error handling with requests Jan 12, 2018
@brendanreardon
Copy link
Collaborator Author

Eric suggested expanding views in main.py to handle all requests. This would essentially move the "launch" class in portal_requests.py to each page's views.

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

No branches or pull requests

1 participant