Classifieds

{% assign ideas = include.ideas | sort: 'id' %} {% assign count = ideas|size %} {% for page in ideas %} {% assign count = page.roles-needed|size %} {% if count > 0 %} {% endif %} {% endfor %}
Idea Looking for Idea status OKRs
{{page.id|xml_escape}} {% for role in page.roles-needed %} {{ role }} {% endfor %} {{ page.status }} {% for okr in page.okrs %} {{ okr }}
{% endfor %}

Commitment registry

{% for contributor in site.data.contributors %} {% assign ideas = include.ideas|where:"status","Active" %} {% endfor %}
contributor Ideas
{{contributor|xml_escape}} {% for page in ideas %} {% if page.contributors contains contributor %} {{page.id|xml_escape}} {% endif %} {% endfor %}