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

WIP: Anywhere Order Summary #403

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michael-smith-nz
Copy link
Member

Before this PR order summary uses orderPlans to show what users have ordered. orderPlans are only created when an order is closed. We use orderIntents until then.
orderIntents and orderPlans have the same data shape, so this PR should hopefully be as easy as switching orderPlans with orderIntents` when an order is still open.

Currently, this doesn't work for open orders. I suspect the problem to be in the shouldQueryAgain checks. There's also some renaming of functions that need to happen as most util functions now accept both orderPlans and orderIntents

fixes #389

@michael-smith-nz
Copy link
Member Author

Blocked on this. status.isPending is always returning true and not fetching priceSpecs, etc.. Might be bug with feathers-action-react?

@iainkirkpatrick iainkirkpatrick force-pushed the feature/anywhere-order-summary branch from ffc737a to 77f5e80 Compare January 19, 2018 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

should be able to see order summary at any time
1 participant