generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
USER STORY: Create task without image #21
Labels
e: ux tasks
Epic: UX for Tasls
p: could have
Priority: Nice to have
tutoring
Consulted tutoring on this issue
Milestone
Comments
blahosyl
added
p: could have
Priority: Nice to have
tutoring
Consulted tutoring on this issue
labels
Jul 30, 2024
This was referenced Jul 30, 2024
Closed
blahosyl
added
e: ux comments
Epic: UX for Comments
e: ux tasks
Epic: UX for Tasls
and removed
e: ux comments
Epic: UX for Comments
labels
Aug 1, 2024
Tried and failed
Progress
Success
|
blahosyl
removed
the
blocked
Waiting for input or for another work phase to finish
label
Aug 8, 2024
blahosyl
added a commit
that referenced
this issue
Aug 8, 2024
blahosyl
added a commit
that referenced
this issue
Aug 8, 2024
blahosyl
added a commit
that referenced
this issue
Aug 8, 2024
blahosyl
added a commit
that referenced
this issue
Aug 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
e: ux tasks
Epic: UX for Tasls
p: could have
Priority: Nice to have
tutoring
Consulted tutoring on this issue
As a User,
I want to create task without an image,
so that I can focus on the task description instead
Acceptance Criteria
Tasks
The TaskCreateForm accepts inputs without an image file
image && formData.append("image", imageInput.current.files[0]);
The API does not add a placeholder image to the Task object
image
field & allownull
as a valuetask
serializer in API to only validate the image field if there is an inputTasks without images are shown without a placeholder
Task.js
in FE to only show the image field if there is an imageThe text was updated successfully, but these errors were encountered: