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

Do not load all components from a base #229

Open
1 task
AJamesPhillips opened this issue May 6, 2022 · 0 comments
Open
1 task

Do not load all components from a base #229

AJamesPhillips opened this issue May 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AJamesPhillips
Copy link
Owner

Currently

  • All the components and views of a base are loaded.

Description (acceptance criteria)

  • Only load the:
    • knowledge views (to populate the breadcrumbs)
    • for the knowledge views that also have a component that represents them, then load these components
    • the components on the currently selected knowledge view
    • the knowledge views associated with the components on the selected knowledge view (this will only occur when the knowledge views are from a different base otherwise they will already be loaded)

Why (hypothesis)

  • Will reduce load times.

Depends on #228.

@AJamesPhillips AJamesPhillips added the enhancement New feature or request label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant