-
Notifications
You must be signed in to change notification settings - Fork 62
feat(delete-work-item): add delete work item from list #2797
feat(delete-work-item): add delete work item from list #2797
Conversation
Ike Plugins (test-keeper)Thank you @divyanshiGupta for this contribution! It seems that this PR already contains some added or changed tests. Good job! Your plugin configuration is stored in the file. |
@divyanshiGupta Can you add some screenshots to the PR description? Also, add ux team for review since this is a UX change. cc: @fabric8-ui/uxd |
src/app/components_ngrx/delete-work-item/delete-work-item.component.ts
Outdated
Show resolved
Hide resolved
src/app/components_ngrx/delete-work-item/delete-work-item.component.ts
Outdated
Show resolved
Hide resolved
@divyanshiGupta Tests are failing for the delete work item workflow. Please take a look. |
9ea2e69
to
a5d228e
Compare
@rohitkrai03 I have made the changes you asked for and added few screenshots as well. I am working on fixing the tests. |
a5d228e
to
5d1987a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black color icon for delete is not looking good. Can we give it a color(maybe Red)?
@Veethika ^^
src/app/components_ngrx/delete-work-item/delete-work-item.module.ts
Outdated
Show resolved
Hide resolved
@sahil143 actually I added this and some other suggestions as comments in the invision document. We can definitely change it to red. |
5d1987a
to
7d9c9bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM code wise. Just a small quirk from my side. I can see workitem
in some places and workItem
in others. It should be consistent and camel cased workItem
makes more sense. Not a deal breaker though since i am not sure how its spelled all over planner code.
a45257a
to
227fd0a
Compare
@rohitkrai03 it makes sense and I have made the changes accordingly. |
@divyanshiGupta Great. |
227fd0a
to
5839000
Compare
[test] |
87e629c
to
8a7b789
Compare
@divyanshiGupta Your image is available in the registry. Run |
[test] |
8d8c1c8
to
87a38b7
Compare
@divyanshiGupta Your image is available in the registry. Run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@divyanshiGupta if the title is long, delete icon is moving out of the column
87a38b7
to
b329a8e
Compare
@Raunak1203 done. |
@divyanshiGupta Your image is available in the registry. Run |
@nimishamukherjee can you merge this PR? |
Good work @divyanshiGupta |
Thank you @nimishamukherjee |
Note: If there are pending changes to the PR, prefix the PR title with "WIP" and add the label "DO NOT MERGE"
Mandatory
What does this PR do?
This PR adds the feature of delete work item from the query list,
quick-preview and detail page.
Following depicts the flow for deleting a work item
From list
From preview
From detail page
What issue/task does this PR references?
Story - https://openshift.io/openshiftio/Openshift_io/plan/detail/76
Are the tests Included?
WIP
Optional
Is the documentation Included?
Are the Release Notes included?