|
16 | 16 | </Category>
|
17 | 17 |
|
18 | 18 | <Category Icon="catalog.png" Name="Catalog" Description="Let the users select from the list of items that includes titles, brief descriptions, and photos.">
|
19 |
| - <Page Name="Category Tile Page" Description="Displaying an image with a title is a scenario in most applications, and this page categorizes product images and provides a title for the category." PageName="Views.ECommerce.CategoryTilePage"/> |
20 |
| - <Page Name="Catalog Tile Page" Description="In any e-commerce application, showcasing a product with a rating and other details is mandatory. This page showcases a set of products with a short description, price, and user rating. " PageName="Views.ECommerce.CatalogTilePage"/> |
21 |
| - <Page Name="Catalog List Page" Description="Displaying an image with some information is a scenario in many applications, and this page showcases product images with their titles, prices, and discounted prices." PageName="Views.ECommerce.CatalogListPage"/> |
| 19 | + <Page Name="Category Tile Page" Description="Displaying an image with a title is a scenario in most applications, and this page categorizes product images and provides a title for the category." PageName="Views.Catalog.CategoryTilePage"/> |
| 20 | + <Page Name="Catalog Tile Page" Description="In any e-commerce application, showcasing a product with a rating and other details is mandatory. This page showcases a set of products with a short description, price, and user rating. " PageName="Views.Catalog.CatalogTilePage"/> |
| 21 | + <Page Name="Catalog List Page" Description="Displaying an image with some information is a scenario in many applications, and this page showcases product images with their titles, prices, and discounted prices." PageName="Views.Catalog.CatalogListPage"/> |
22 | 22 | <Page Name="Article List Page" Description="This page displays featured articles with a rotator on top and the remaining stories displayed as a list. Each list card carries the image, title, author name, created date, and estimated time to read the article." PageName="Views.Article.ArticleListPage"/>
|
23 | 23 | <Page Name="Article Tile Page" Description="This page displays featured articles with a rotator on top and the remaining stories displayed as tiles. Each tile card contains the image, title, author name, created date, and estimated time to read the article." PageName="Views.Article.ArticleTilePage"/>
|
24 | 24 | </Category>
|
25 | 25 |
|
26 | 26 | <Category Icon="detail.png" IsUpdated="True" Name="Detail" Description="Display detailed and relevant information with random layouts.">
|
27 |
| - <Page Name="Product Detail Page" Description="This page showcases the complete details of a product with a rotator control to provide different images of the product, available size variants, product description, price, discount, and reviews." PageName="Views.ECommerce.DetailPage"/> |
| 27 | + <Page Name="Product Detail Page" Description="This page showcases the complete details of a product with a rotator control to provide different images of the product, available size variants, product description, price, discount, and reviews." PageName="Views.Detail.DetailPage"/> |
28 | 28 | <Page Name="Feedback Detail Page" Description="This page displays the full-page product image and user feedback consisting of a short description and rating." PageName="Views.Feedback.FeedbackDetailPage"/>
|
29 | 29 | <Page Name="Article Detail Page" IsNew="True" Description="This page displays an article with a title, image, and text." PageName="Views.Article.DetailPage"/>
|
30 | 30 | </Category>
|
|
74 | 74 | </Category>
|
75 | 75 |
|
76 | 76 | <Category Icon="transaction.png" IsUpdated="True" Name="Transaction" Description="Pages for communicating the status of a purchase through an online shop to the user. This category includes pages for successful payments and payment failures.">
|
77 |
| - <Page Name="Checkout Page" Description="This page provides options to choose between different addresses to deliver a product to and receives payment information from the user. " PageName="Views.ECommerce.CheckoutPage"/> |
| 77 | + <Page Name="Checkout Page" Description="This page provides options to choose between different addresses to deliver a product to and receives payment information from the user. " PageName="Views.Transaction.CheckoutPage"/> |
78 | 78 | <Page Name="Payment Success Page" IsNew="True" Description="This page notifies the user that their payment was successful." PageName="Views.Transaction.PaymentSuccessPage"/>
|
79 | 79 | <Page Name="Payment Failure Page" IsNew="True" Description="This page notifies the user that their payment was not successful." PageName="Views.Transaction.PaymentFailurePage"/>
|
80 |
| - <Page Name="Delivery Page" Description="View delivery information like address and price details" PageName="Views.ECommerce.DeliveryPage" Platform="UWP"/> |
81 |
| - <Page Name="Payment Page" Description="View card and payment details" PageName="Views.ECommerce.PaymentPage" Platform="UWP"/> |
| 80 | + <Page Name="Delivery Page" Description="View delivery information like address and price details" PageName="Views.Transaction.DeliveryPage" Platform="UWP"/> |
| 81 | + <Page Name="Payment Page" Description="View card and payment details" PageName="Views.Transaction.PaymentPage" Platform="UWP"/> |
82 | 82 | </Category>
|
83 | 83 |
|
84 | 84 | <Category Icon="bookmark.png" IsUpdated="True" Name="Bookmark" Description="Interfaces for users to save shopping items, articles, or pages they’d like to return to later. Users can add or remove items they’ve saved as needed.">
|
85 | 85 | <Page Name="Wishlist Page" IsNew="True" Description="This page displays a list of items that an online shopper has saved to potentially purchase later." PageName="Views.Bookmarks.WishlistPage"/>
|
86 |
| - <Page Name="Cart Page" Description="This page displays a list of products as items added to a cart in a shopping application. The page also allows you to remove items from the shopping cart. " PageName="Views.ECommerce.CartPage"/> |
| 86 | + <Page Name="Cart Page" Description="This page displays a list of products as items added to a cart in a shopping application. The page also allows you to remove items from the shopping cart. " PageName="Views.Bookmarks.CartPage"/> |
87 | 87 | <Page Name="Article Bookmarks Page" Description="This page displays bookmarked articles in a list. Each list card carries the image, title, author name, created date, and estimated time to read the article." PageName="Views.Article.BookmarksPage"/>
|
88 | 88 | </Category>
|
89 | 89 |
|
|
0 commit comments