Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kelumsampath opened this issue May 10, 2020 · 0 comments
Open

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

kelumsampath opened this issue May 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@kelumsampath
Copy link
Member

kelumsampath commented May 10, 2020

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.

@kelumsampath kelumsampath added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant