You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: