You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public offer use SingleTableReadModel class to build read model. We would like read models to work in an asynchronous way.
Keep in mind that changing read model from sync to async will affect UI/UX experience. One could deal with that using turbo, but there are other ways as well that could be used.
The text was updated successfully, but these errors were encountered:
@lukaszreszke I'm thinking about taking this one, but I'm not sure what do you want to achieve when it comes to the UI/UX.
From my perspective, the eventual consistency in this scenario is an acceptable behaviour. The public does not know that admin is changing the offer, so a delay here does not matter. On the admin side, if the update is not yet there, he can reload the page.
Public offer use
SingleTableReadModel
class to build read model. We would like read models to work in an asynchronous way.Keep in mind that changing read model from sync to async will affect UI/UX experience. One could deal with that using turbo, but there are other ways as well that could be used.
The text was updated successfully, but these errors were encountered: