We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user I want to upload my own picture as items image so that i instantly spot the different items
user
items-page
item-card
+ Foto
input
Foto hochladen
abbrechen
bestätigen
imageUrl
create branch feature/us21/item-image-upload and switch into it
feature/us21/item-image-upload
use popUp-component.styled to create imgUpload-component
create single imgUpload for popup
create button on itemCard to open up the popUp
button
itemCard
add function to edit imgUrl for this specific item
The text was updated successfully, but these errors were encountered:
Good job 👍 I have nothing to add here 🙂
Sorry, something went wrong.
No branches or pull requests
Value Proposition
As a
user
I want to upload my own picture as items image
so that i instantly spot the different items
Description
Acceptance Criteria
items-page
on eachitem-card
there is a button called+ Foto
input
to upload a pictureFoto hochladen
button, starting the uploadabbrechen
+bestätigen
abbrechen
closes the popUp with data unchangedbestätigen
will add the uploadedimageUrl
to items dataitem-card
Tasks
create branch
feature/us21/item-image-upload
and switch into ituse popUp-component.styled to create imgUpload-component
create single imgUpload for popup
create
button
onitemCard
to open up the popUpadd function to edit imgUrl for this specific item
The text was updated successfully, but these errors were encountered: