{{ research.description }}
{% if research.headline %}| Question | Status | Metric | Hyp. | Inval. | Best | Delta | Owner | Last activity |
|---|---|---|---|---|---|---|---|---|
| {{ q.title }} {{ q.description }} | {{ q.status }} | {{ q.primary_metric or '—' }} | {{ q.hypotheses_tested }} | {% if q.invalidated_count %}{{ q.invalidated_count }}{% else %}0{% endif %} | {% if q.best %}{{ q.best.metric.value | num }}{% else %}—{% endif %} | {% if q.best and q.best.metric.delta is not none %} {{ q.best.metric.delta | delta }} {% elif q.reference and q.reference.kind == 'target' %} vs target {% else %}—{% endif %} | {{ q.owner or '—' }} | {{ q.last_activity or '—' }} |
No questions yet. A repo with no question has nothing to research.
{% endif %}None referenced yet.
{% endif %}Nothing recorded yet.
{% endif %}