Project

General

Profile

action #15846

Updated by mkittler over 7 years ago

## User story 
 As a user of '/tests' looking at jobs with relations I want the icons showing the relation to point to the dependency so that the link gives additional information not already available one 


 ## acceptance criteria 
 * **AC1:** The icons for "chained", "dependency passed", "dependency failed" point as links to the dependant job, not the job result of the table row itself 

 ## tasks 
 * Check if the information to the dependency is available on the template implementation 
 * if the information is available, make use of it to point to the dependant job directly 
 * First test already present highlighting effect on hover 
 * Improve documentation of highlighting effect 
 * Improve highlighting for relatives on different pages 


 ## further details 
 Repeating the information from the job link in the icons seems to not add much value. It would be great if the corresponding icons show the dependency directly. If that is not feasible one can also make the icons not a link at all. 

Back