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

add default display property to message templates #181

Closed zachll closed 10 months ago

zachll commented 11 months ago

Motivation: Message templates are compatible with any display format to accommodate preferences, and they have an optimal display format for each specific message, but these are not yet used by the pipeline.

Suggested approach:

  1. Add a property to each message template called "default_display"
  2. For templates that are about trends (achievement, loss, approach, improving, and worsening) set the value of the default display to line chart
  3. For messages that are not about trends, set the value of the default display to bar chart
zachll commented 11 months ago

For messages that have no trend and are about consecutive positive gaps, default to text-only

yidanedencao commented 11 months ago

All done