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

Implemented: code to make the data dynamic on the completed page(#1xx6t61) #94

Merged
merged 14 commits into from
Apr 18, 2023

Conversation

ymaheshwari1
Copy link
Contributor

Related Issues

Closes #93

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

<p class="overline">WJ06-XL-PURPLE</p>
Juno Jacket
<p>Blue XL</p>
{{ orders.doclist.docs[0].shipmentMethodTypeDesc }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will not be accessing data with doclist properties, we should transform and use order & items. As discussed to be taken care in upcoming PR

<ion-note>49 {{ $t("pieces in stock") }}</ion-note>
</div>
</div>
<div v-for="order in orders.doclist.docs" :key="order" class="order-item">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here orders is having order and order is having item. Taken care in next PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/views/Completed.vue Show resolved Hide resolved
}
},

async fetchManifestedCarrierPartyIds() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could all the carrier partyId in single API call

@adityasharma7 adityasharma7 merged commit 5da61e0 into hotwax:main Apr 18, 2023
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

Successfully merging this pull request may close these issues.

Make orders information dynamic on completed page
2 participants