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

Response based action type #7

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

Response based action type #7

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

Some responses may return multiple entities and some of them may be new, some of them maybe updates, some of them maybe replacements and some of them may be empty/null indication removal from the store.

The application needs a standard way to deal with this problem.

Possible solutions:

  • Action type based configuration. Such as: "if ADD and part of the response is Entity perform Update"
  • Communication protocol. Server responds what actions were performed on given primary keys if removal, or entity if add/update
@msivri msivri added feature New feature or request overview Overview of early desired features labels Mar 29, 2019
@msivri msivri added this to the alpha 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