adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

On the detail view we will have a way to add notes #4

Closed bbelderbos closed 2 years ago

adamdoty commented 2 years ago
  1. detail template
  2. notes crud
adamdoty commented 2 years ago

In the form.html template, now when you go to edit the treat, it still requires an image.

Need a way to populate the current image, if the user changes the image, delete the old image from the bucket.

When editing deleting, we need a way to delete the image from the aws s3 bucket.

bbelderbos commented 2 years ago

Good point, we need to keep the bucket in sync. I think we can address this later though.