History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2761
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: pureivan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

the multi-configuration tree gadget can show shorter or show ?

Created: 18/Jul/16 01:32 AM   Updated: 12/Oct/18 05:29 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
the multi configuration tree gadget is very helpful

i want to show the configuration like this:

eg:
when i set root/one/a,root/one/b,root/one/c,root/two,
i want the configuration tree can auto optimize to show them like

root
+++one
++++++a
++++++b
++++++c
+++two

or make a new property in configuration named alias
when i set root/one/a(alias make1),root/one/b(alias make2),root/one/c(alias make3),root/two(alias make4),
i want the configuration tree can auto optimize to show them like

make1
make2
make3
make4

and when on mouse over the alias name, can show the tip which is the configuration actual name


 All   Comments   Work Log   Change History      Sort Order:
James Muirhead [12/Oct/18 05:29 PM]
What I would like to do is display a meaningful name in the root configs list instead of the full config. path. What would be nice is if the data structure that defined the root configs was some sort of associative array instead of a simple list. The config path would be the key, then a 'display name' would be the value. Maybe a JSON string or something similar that could be converted into a Map.

Failing that a key/value list similar to that displayed when adding Environment variables to a Shell/Batch Command step, or the variable name/value pairs when using a Trigger Other Builds step.