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

Global data layer to avoid multiple data handling in client applications #8

Open
slawor opened this issue Jul 2, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@slawor
Copy link
Contributor

slawor commented Jul 2, 2020

The server provides multiple services to get data like products or resources. There can be multiple modules which needs the same data but every module must handle it itself. It would be usefull to have a kind of data layer which can be used from every client module to get the needed data. The data layer can connect to all provided services and collect all provided data and keep it up to date. There is also the possibility to inform all modules about a disconnect.

@slawor slawor added enhancement New feature or request help wanted Extra attention is needed labels Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant