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

Figure out a way to deliver messages to the client from the core layer #16

Open
Matsuuu opened this issue Apr 23, 2023 · 1 comment
Open
Assignees

Comments

@Matsuuu
Copy link
Owner

Matsuuu commented Apr 23, 2023

There are situations in which we might want to inform the user (via a popup or other kind of a message), that there is something actionable to be done. Example of this would be that we notice that the user doesn't have a CEM set up for their project, and we might want to nudge them towards setting it up.

This could be done via some sort of a listener system where the server subscribes to some kind of a event from the core, and passes it onwards

Things to take into account:

  • We might need custom handlers for all clients. So the client layer might need some extra code
  • We don't want to create a circular dependency
  • We want this to be low footprint, low maintenance and a surefire way to communicate things
@Matsuuu Matsuuu self-assigned this Aug 22, 2023
@Matsuuu
Copy link
Owner Author

Matsuuu commented Aug 22, 2023

First part (core to server) done in #26

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

No branches or pull requests

1 participant