konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
8 stars 43 forks source link

Update Task creation and handling to prefer the kind field over the addon field #1970

Closed sjd78 closed 5 months ago

sjd78 commented 5 months ago

Based on comments in #1950 and #1951, any of the UI code touching Tasks should prefer the use of kind over addon.


The application Analysis fields used to correlated to task by addon. This needs to be updated to correlate by kind == "analyzer" (when not blank) else fallback on addon == "analyzer". The fallback is needed to correlate tasks created in previous releases.

Originally posted by @jortel in https://github.com/konveyor/tackle2-ui/issues/1950#issuecomment-2159284083

konveyor-ci-bot[bot] commented 5 months ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.