app-generator / ecommerce-django-stripe

Django Stripe Sample - Soft UI Design (Free Sample) | AppSeed
https://blog.appseed.us/django-stripe-mini-ecommerce/
Other
60 stars 17 forks source link

Manage product images #11

Closed app-generator closed 2 years ago

app-generator commented 2 years ago

The superuser should also have the possibility to edit images:

On save, the backend detects an uploaded image, converts the image to base64 format, and saves the value in the JSON. This operation is possible for all images:

Just a suggestion: this can be handled via a tabbed view where each image lives in a tab.

If the image exists, the user can upload a new one or provide a link. If provides a link, the uploaded version is ignored.

image

app-generator commented 2 years ago

Validated. Ty @MySecondLanguage