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

Create a way to track user entity context #8

Open
msivri opened this issue Mar 29, 2019 · 0 comments
Open

Create a way to track user entity context #8

msivri opened this issue Mar 29, 2019 · 0 comments
Labels
feature New feature or request overview Overview of early desired features
Milestone

Comments

@msivri
Copy link
Contributor

msivri commented Mar 29, 2019

Need to a way to track what the user "cares" about given a certain context. The context can possibly be a store's entity id with any related foreign objects such a parent child nested relationship tracking.

This kind of tracking allows the client and server to communicate what context(s) the user is currently in. Benefits are:

  • Caching
  • Security per context
  • SignalR

Possible solution is to use decorators @EntityContext()

Whenever the service sends requests, the context must be involved in the request.

As a rule, each action must be within ONE context. Cross-context actions must be performed separately. i.e Updating a TIRE, should be within the CAR context, the response should not update the CITY context.

@msivri msivri added feature New feature or request overview Overview of early desired features labels Mar 29, 2019
@msivri msivri added this to the release milestone Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request overview Overview of early desired features
Projects
None yet
Development

No branches or pull requests

1 participant