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

[Tagging] Optimize Tag Loading for Several Specific Objects #133

Closed
bradenmacdonald opened this issue Sep 25, 2023 · 0 comments
Closed

[Tagging] Optimize Tag Loading for Several Specific Objects #133

bradenmacdonald opened this issue Sep 25, 2023 · 0 comments

Comments

@bradenmacdonald
Copy link
Contributor

bradenmacdonald commented Sep 25, 2023

For the Course Outline Page, we may need an optimized way to load the count of tags for each unit among "all units in the course" instead of loading them one unit at a time. (see the tag count shown for each unit in #118 )

We also need a more optimized way for the "get object tags" API to return the ancestry/lineage of each returned tag. Currently it just returns the actual tags.

Likewise, for the Unit Page in Studio and the Library Page, we may need an optimized way to load the tags for "all components seen on this page" instead of loading them component by component. (Actually it seems the current version of the UI doesn't indicate which components have tags?)

@bradenmacdonald bradenmacdonald changed the title Optimize Tag Loading for Several Specific Objects [Tagging] Optimize Tag Loading for Several Specific Objects Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant