Skip to content

Commit

Permalink
Add draft docs for purchase history and order confirmation components (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKaryka authored and Starotitorov committed Nov 14, 2018
1 parent 2d8ed61 commit dd67cd2
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: OrderConfirmation component
---

| Description | Reference image |
| -------------------------- | :-------------------------------------------: |
| Order confirmation | ![Order confirmation]{:width="300px"} |
| **Order number** link | ![Order number]{:width="300px"} |
| **Continue shopping** button | ![Continue shopping button]{:width="300px"} |
| **Create an account** button | ![Create an account button]{:width="300px"} |
{:style="table-layout:auto"}

[Order confirmation]: {{site.baseurl}}{% link venia-pwa-concept/images/order-confirmation.png %}
[Order number]: {{site.baseurl}}{% link venia-pwa-concept/images/order-number.png %}
[Continue shopping button]: {{site.baseurl}}{% link venia-pwa-concept/images/continue-shopping-button.png %}
[Create an account button]: {{site.baseurl}}{% link venia-pwa-concept/images/create-an-account-button.png %}

## Interactions

* **Continue shopping** button - On tap navigates the user to the page he came from.
* **Create an account** button - On tap navigates the user to the account creation page.
* **Order number** link - On tap navigates the user to the page of purchase he just made.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: PurchaseHistory component
---

| Description | Reference image |
| -------------------------- | :-------------------------------------------: |
| Purchase history | ![Purchase history]{:width="300px"} |
| Filter | ![Filter]{:width="300px"} |
| Purchase history list item | ![Purchase history list item]{:width="300px"} |
{:style="table-layout:auto"}

[Purchase history]: {{site.baseurl}}{% link venia-pwa-concept/images/purchase-history.png %}
[Filter]: {{site.baseurl}}{% link venia-pwa-concept/images/purchase-history-filter.png %}
[Purchase history list item]: {{site.baseurl}}{% link venia-pwa-concept/images/purchase-history-item.png %}

## Interactions

* **Tap Item** - Navigates the user away from the purchase history and into the particular purchase history item page.
* **Tap Filter** - Shows up filter adjustments menu
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd67cd2

Please sign in to comment.