Closed EgbieAndersonUku1 closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
fullstack-fruit-and-veg | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 17, 2024 2:24am |
Refactored HTML templates to use Django tags and added partial templates for reusability
Updated the following templates to utilize Django tags for better template management: -
SEO-and-meta-information.html
-additonal-information.html
-basic-product-information.html
-detailed-description-specs.html
-images-and-media.html
-pricing-inventory.html
-product-management-overview.html
-review-and-submit.html
-
shipping-and-delivery.html
-view-products.html
-Created new partial templates for modularity and easier updates: -
base_add_product_form.html
as a base form template for adding new products -bread_crumb_and_heading.html
for breadcrumb navigation and headings -form_progress_checker.html
to track form completion progressNote: The "Next" button currently does not advance to the next form, because it hasn't been wired for navigation yet. However, you can access each section of the "Add Product" page form directly via the following links where
http://127.0.0.1:8000/
is localhost and the rest is the pathNavigation as path as follows