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

Inventory fetch of 0 could auto-update neatly to reflect real inventory at LCBO #2

Open
phderome opened this issue May 11, 2016 · 0 comments

Comments

@phderome
Copy link
Owner

Inventory fetch on recommend is made asynchronously from browser when product is freshly fetched (cache miss) from server. This is because it'd be slow to fetch synchronously many products at once from back end assuming many concurrent clients. Ideally, we want comet as per Lift or actor-like behaviour to have server update/refresh once cached inventory becomes available as server push.

The usage of comet in Lift would have to be well assimilated to address this issue.

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