EgbieAndersonUku1 / Fullstack-fruit-and-veg

Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
https://fullstack-fruit-and-veg.vercel.app
0 stars 0 forks source link

Updated the HTML for `detailed-description-specs.html` and `shipping and-delivery.html` to use Django forms and tags. #10

Closed EgbieAndersonUku1 closed 1 month ago

EgbieAndersonUku1 commented 1 month ago

Extracted measurement fields from details-description-specs in DetailedFormDescription in forms.py and created a BaseMeasurementForm, which is now located in base_form_helper.py. This base form will be used by all forms requiring measurement fields, specifically in detailed-description-specs.html and shipping-and-delivery.html. The fields include:

The BaseMeasurementForm is inherited by other forms, allowing them to use its fields and avoid repetitive declarations.

Added a get_shipping_options() function in product_category_utils.py to render checkbox elements for shipping and delivery options, and integrated this with the shipping-and-delivery.html page.

Introduced utility functions:

These functions address the issue that files cannot be stored in request.session because it is a memory-based object and cannot serialize files. Instead, the new functions handle file storage by temporarily saving files from images-and-media to a designated temporary directory. Once the files are reviewed and finalised, they are then moved to their appropriate folder within the media directory.

Forms Implemented:

To Do:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **fullstack-fruit-and-veg** | ⬜️ Ignored ([Inspect](https://vercel.com/egbies-projects/fullstack-fruit-and-veg/F4VTsyAtf213ra6FBihyN8vKy4td)) | | | Aug 20, 2024 11:35pm |