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

Solve bottlenecking issue => login confirmation request → entity previews request → entity detail request #208

Open
floydnant opened this issue Jan 1, 2023 · 0 comments
Labels
web Issue related to the front end

Comments

@floydnant
Copy link
Owner

Each request can continue only if the previous succeeded, but they are actually all independent from each other:

  1. If no valid login is given the other requests will fail anyway, so we can run the confirmation in the background and not block anything unrelated
  2. The entity detail does not depend on the full entityTree to be available, the detail itself can load and be displayed while waiting for the tree, breadcrumbs, children to load
@floydnant floydnant added the web Issue related to the front end label Jan 1, 2023
@floydnant floydnant mentioned this issue Jan 1, 2023
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web Issue related to the front end
Projects
None yet
Development

No branches or pull requests

1 participant