Display-Lab / knowledge-base

Precision Feedback Knowledge Base
https://display-lab.github.io/knowledge-base/
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Remove display-compatibility from message templates #163

Closed icejag closed 3 months ago

icejag commented 1 year ago

Check if/how this currently used

Rationale/motivation: The original design of the pipeline involved accessing the display compatibility from the message templates.json and proceed with the executing the pipeline. There was a problem with the current display compatibility programmatically, I was not able to divide it into subject,predicate,object triple.

"Display compatibility": { "@value": "Text-only, bar chart, line chart" }, Describe a solution, possibly with alternatives: On discussing with the team, it was decided to remove the display compatibility dependency on message templates and instead use an array of displays like['text','bar-chart','line chart'] in esteemer and select the display based on preferences.

Notes and questions / links: If you have any questions ask(Ayshwarya/Zach)