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

Centralize TerminologySystemProvider Loading via App_Initializer #328

Open
Shayan1375 opened this issue Feb 7, 2025 · 0 comments
Open
Assignees
Labels
Internal Internal Refactoring refactoring

Comments

@Shayan1375
Copy link
Contributor

Description

Currently, the TerminologySystemProvider service, which queries an endpoint for terminologies, is being called within the constructors of individual components. This should be centralized and moved to the App_Initializer so that the service is loaded once when the application initializes, ensuring better control and efficiency.

Files

TerminologySystemProvider.ts
App.module.ts

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

No branches or pull requests

2 participants