Skip to content

Missing updation functionality for uploaded memes #973

@Shubhashish-Chakraborty

Description

Problem

Currently, users can upload memes but cannot edit or delete them afterward. This makes it difficult to correct mistakes or manage previously uploaded content.

Additionally, the upload form displays a maximum image size of 2MB, while (in PRODUCTION) it actually accepts only up to 1MB, causing confusion.

If image size more than 1MB it fails:

Image

Proposed Changes

  • Allow users to edit meme details (title, subject, caption)
  • Allow users to delete their uploaded memes
  • Fix image size validation to match the actual allowed limit
  • Add required field indicators (*) in the form

Notes

The uploaded image itself will remain immutable; only metadata fields can be edited.
This improves usability and aligns the UI behavior with backend validation.

Current Behaviour:

memeError.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions