CINPLA / expipe-browser

Experiment browser for the analysis pipeline
GNU General Public License v3.0
1 stars 1 forks source link

User defined hash for logo(robo)-hash #28

Open lepmik opened 7 years ago

lepmik commented 7 years ago

As of now the hash for action logos are the action id, this might be user define i.e. possibility to retrieve hash from action type, experimenter, subjects etc.

dragly commented 7 years ago

This is pretty easy to fix by adding new ways to call common() in Identicon.qml based on user settings, which again could be stored under Style: https://github.com/CINPLA/expipe-browser/blob/dev/expipebrowser/Identicon.qml#L93-L99

However, it adds a fair bit of extra code to test and maintain. I suggest we leave this open for a future version when someone feels the urge to implement it.