-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
There are some usability improvement we could do for projects where there are multiple batches of results (e.g. denoise, hdr...):
- Currently, if users select say
denoise, thenhdr, the reference is still set todenoise. Let's change that! (unless maybe users explicitly selected the reference batch and we can find comparisons...?) - There is a request for a feature where we can set different references for different batches. E.g. instead of comparing by default vs the latest commit in
master, we could comparehdrvs some milestone, anddenoiseversus another one... Now, would we specify those preferences inbatches.yaml,qaboard.yaml? The main concern is remaining faithful to the likely users' intent and doing it, UI-wise, without surprising them...
In term in implementation,
- in the app: we want to make sure
selected.reference_batchetselected.reference_commit_idcan beundefined, and get the reference we want from thebatch.dataor projectconfig. - in the CLI: we need to decide where to read the info and save it.
Bye!
Arthur
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels