Home Network Security Consensus / Results
Viewing as: {{ coauthor_name }}
← Back to Voting

Transparency Results

All votes from all co-authors, fully transparent. No data manipulation is possible because everyone sees the same raw data.

{% for a in all_authors %} {{ a.name }}{{ ' ✓' if a.finalized else '' }} {% endfor %} {% if not all_authors %} No votes submitted yet {% endif %}
Hardware & Solutions
{% if hw_votes %} {% for solution in hw_solutions %} {% set sol_votes = hw_votes | selectattr('solution', 'equalto', solution.name) | list %} {% if sol_votes %}
{% for cat in hw_categories %} {% endfor %} {% for vote in sol_votes %} {% for cat in hw_categories %} {% endfor %} {% endfor %}
{{ solution.name }} Co-Author{{ hw_labels[cat][:8] }}Avg
{{ vote.name }} {% if vote[cat] %} {{ vote[cat] }}★ {% else %} {% endif %} {% set vals = [] %} {% for cat in hw_categories %} {% if vote[cat] %}{% set _ = vals.append(vote[cat]) %}{% endif %} {% endfor %} {% if vals %} {{ '%.1f' | format(vals | sum / vals | length) }} {% else %} {% endif %}
{% endif %} {% endfor %} {% else %}
No hardware votes submitted yet.
{% endif %}
Firewall Operating Systems
{% if os_votes %} {% for os in os_solutions %} {% set sol_votes = os_votes | selectattr('os_name', 'equalto', os.name) | list %} {% if sol_votes %}
{% for cat in os_categories %} {% endfor %} {% for vote in sol_votes %} {% for cat in os_categories %} {% endfor %} {% endfor %}
{{ os.name }} Co-Author{{ os_labels[cat][:8] }}Avg
{{ vote.name }} {% if vote[cat] %} {{ vote[cat] }}★ {% else %} {% endif %} {% set vals = [] %} {% for cat in os_categories %} {% if vote[cat] %}{% set _ = vals.append(vote[cat]) %}{% endif %} {% endfor %} {% if vals %} {{ '%.1f' | format(vals | sum / vals | length) }} {% else %} {% endif %}
{% endif %} {% endfor %} {% else %}
No OS votes submitted yet.
{% endif %}