-
Notifications
You must be signed in to change notification settings - Fork 131
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
Order Details view #7
Comments
@aforcier I've been thinking about the design of this specific page and was curious how you envision my fetching the data from fluxC. There are a couple ways I see this working: Option 1 Option 2
Here’s a screenshot of what the above cards would cover: I could potentially have a separate FluxC call for each card such as getOrderDetailOrder(orderNum) and getOrderDetailProduct(orderNum) - and this way we could use those cards anywhere else if needed without fetching large objects. I’m good with either option, I just wanted to throw them out there and get your feedback. Please let me know your thoughts. |
@AmandaRiu since the order details will actually be contained in the I'll try to get an updated model going for you as soon as possible for reference on the various getter methods. |
Order details have been implemented |
The text was updated successfully, but these errors were encountered: