Skip to content

Create Event API change to store data with Image file #8

Description

@kelumsampath

Existing event create API store image URL as image which get by the request body

need to modified:

  1. request receive with image file
  2. store that image in a image server .
  3. get image id and url, then store it with other event data (title,desc...) in database.
  4. if image upload error occurred, try 2,3 times. if again and again fail store default uploaded image details with event data

every response type should as follow :
{status:true/false (required) ,massage:"" (required) ,data:{} (optional) }
status true if process successfully done.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions