Project

General

Profile

action #58304

Updated by okurz over 3 years ago

## Motivation 
 I find it very easy to get lost when doing 2 things. I.e. having tests in developer mode or scheduling jobs from git repo - or commenting on issues.  

 As such I would like to filter for the things I did last to pick them up again 

 ## User Story 
 or, from #60053 : 

 I would like to have a link that lists all the tests that were started by me (or a specific user). 

 ## Acceptance criteria 
 * **AC1:** A web page view exists showing links to most recent jobs triggered by the currently logged in user 

 ## Out of scope 
 * Showing jobs or other items for any other user 

 ## Further details 
 * "most recent" means that not only *some* jobs are shown but definitely the "most recent", i.e. highest job ids related to that user, but potentially more older jobs as well with an undefined limit. Counter-example: Not only oldest jobs or a random hit from a database search 
 * The first focus can be on "jobs" though other items can be included or left for further work 
 * Related: It would be nice to see the user who has started in the overview page.

Back