Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

US18 - Upload Image #30

Open
11 tasks
jore-averbeck opened this issue Jan 24, 2024 · 0 comments
Open
11 tasks

US18 - Upload Image #30

jore-averbeck opened this issue Jan 24, 2024 · 0 comments

Comments

@jore-averbeck
Copy link
Collaborator

jore-averbeck commented Jan 24, 2024

Value proposition

As a user
I want to be able to upload images
In order to use my own images from my gallery.

Description

Acceptance criteria

  • An upload button for the image is added in the form where the user can create a new entry
  • The user is informed that only certain image formates are allowed (png, jpg, jpeg)
  • Clicking the upload button opens up a "picker" where the user can select an image from they device
  • Afterwards the name of the selected image is displayed in the form
  • After creating a new entry the image is visible

Tasks

  • sign up to cloudinary
  • retrieve API Key and API Secret
  • install cloudinary (npm install cloudinary)
  • add the attributes accept= "png, jpg, jpeg" to the image input element
  • create a remove "X" Button to remove the selected image
  • cloudinary is used to store the image(s)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: ✨ Done
Development

No branches or pull requests

1 participant