Skip to content

Commit

Permalink
added cart and store picker
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 10, 2024
1 parent ef162c3 commit 1b02f7d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
Binary file added public/images/cart.webp
Binary file not shown.
Binary file added public/images/storepicker.webp
Binary file not shown.
38 changes: 34 additions & 4 deletions src/components/UseCases.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="basis-1/3 md:pl-4">
<p class="md:text-left md:pr-4">
<strong class="block">Complete User Journey</strong>
<strong class="block">Complete Online Shop</strong>
Homepage, category, stores,<br/>
product detail, cart, checkout<br/>
and thank you page are included.
Expand Down Expand Up @@ -40,10 +40,40 @@
</div>
<div class="basis-1/3 md:pl-4">
<p class="md:text-left md:pr-4">
<strong class="block">Cross-Team Interactions</strong>
Product color changes.<br/>
Recommendations must update.
<strong class="block">Recommendations</strong>
Color-matched tractor suggestions.<br/>
Based on product selection<br/>
and shopping cart contents.
</p>
</div>
</div>

<div class="mt-2 md:flex md:flex-row-reverse items-center">
<div class="basis-2/3">
<img src="images/cart.webp" alt="possible tech stack visualisation" width="500"/>
</div>
<div class="basis-1/3">
<p class="md:text-right md:pr-4">
<strong class="block">Shopping Cart</strong>
Add and remove tractors.<br/>
Minicart updates accordingly.
</p>
</div>
</div>


<div class="mt-2 md:flex items-center">
<div class="basis-2/3">
<img src="images/storepicker.webp" alt="store picker" width="500"/>
</div>
<div class="basis-1/3 md:pl-4">
<p class="md:text-left md:pr-4">
<strong class="block">Complex Forms</strong>
Checkout address form<br />
with embedded store picker<br />
owned by explore.
</p>
</div>
</div>

</div>

0 comments on commit 1b02f7d

Please sign in to comment.