-
Notifications
You must be signed in to change notification settings - Fork 43
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
[BUG] Need to be able to filter & sort by application analysis status #1745
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
ibolton336
added
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Mar 5, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
the
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
label
Mar 5, 2024
sjd78
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Mar 7, 2024
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Mar 8, 2024
Refactor the `ReviewFields` component: - The component is used on the Review tab of application and archetype details drawer - The input prop `reviews` was not used in any current containing component. Push the `useFetchReviews()` hook down to the component itself. This keeps the data fetch as close as possible to where it is used. - Move the component to `@app/components/detail-drawer` folder since it is used in more than one page grouping Refactoring in advance of konveyor#1745 Signed-off-by: Scott J Dickerson <[email protected]>
ibolton336
added a commit
that referenced
this issue
Mar 11, 2024
Refactor the `ReviewFields` component in advance of #1745: - The component is used on the Review tab of application and archetype details drawer - The input prop `reviews` was not used in any current containing component. Push the `useFetchReviews()` hook down to the component itself. This keeps the data fetch as close as possible to where it is used. - Move the component to `@app/components/detail-drawer` folder since it is used in more than one page grouping Signed-off-by: Scott J Dickerson <[email protected]> Co-authored-by: Ian Bolton <[email protected]>
sjd78
added
priority/normal
Higher priority than priority/minor. Nice to have.
and removed
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Jun 6, 2024
working on this issue, please assign it to me |
I'm also working on this issue, please assign it to me as well |
This was referenced Sep 24, 2024
This was referenced Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Konveyor version
7.0.2
Priority
Critical
Current Behavior
Currently there is no way to filter or sort the applications table by analysis status.
Expected Behavior
Need a way to filter by analysis status.
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered: