You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user can copy and paste / drag and drop images to note description, when the user do it the image is right away stored in the s3 , in some cases we need to remove this stored image from s3:
when deleting note
when editing note , and removing the previous image from content and after it, save changes
when the user adds an image to a note but not saves the note
make sure that there is not a case that there is an image stored but not displayed on the site
Context
It is important so unused images will not use s3 memory. A little like garbage collection.
Possible implementation
No response
Additional information
To complete this issue, it is required to make changes also in the repo of the back-end.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Detailed description
The user can copy and paste / drag and drop images to note description, when the user do it the image is right away stored in the s3 , in some cases we need to remove this stored image from s3:
Context
It is important so unused images will not use s3 memory. A little like garbage collection.
Possible implementation
No response
Additional information
To complete this issue, it is required to make changes also in the repo of the back-end.
Code of Conduct
The text was updated successfully, but these errors were encountered: