Skip to content

Avoid save base64 images on MongoDb #1738

Open
@RodriSanchez1

Description

When a user uploads an image while offline, it is stored on the device as a base64 image. When the board is stored or updated in the database, the image is also saved as base64. This issue increases the database size and fills up the user's device memory.

Fix:
We must implement a functionality to store the image as a blob in the Cboard blob storage before upserting the board into the database.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions