--- title: What's Next at Safing Portmaster layout: page ---
{{ site.last_progress_update_on }}

Progress Overview

Find out what the Safing team is currently working on. This is a compact overview of bigger tasks grouped by projects.

{% comment %} {% assign progress_posts = site.publications | reverse | where_exp: "item", "item.portmaster_update == true or item.progress_update == true" %} {% endcomment %} {% assign progress_posts = site.publications | reverse | where: "portmaster_update", "true" %} {% for post in progress_posts limit: 1 %} {% include thumbnail_blog.html pre_header="BLOG" %} {% endfor %}
{% if site.data.next.cards.done.size > 0 %}
Recently Completed ({{ site.data.next.cards.done.size }})
{% for card in site.data.next.cards.done %} {% include project_card.html state = 'done' %} {% endfor %}
{% endif %} {% if site.data.next.cards.in_progress.size > 0 %}
In Progress ({{ site.data.next.cards.in_progress.size }})

Being in progress does not imply the project will be completed soon. Plenty will take a while a few might even get discarded. Read the progress and release blog posts to follow the development and conclusion of every project.

{% for card in site.data.next.cards.in_progress %} {% include project_card.html state = 'in_progress' %} {% endfor %}
{% endif %} {% if site.data.next.cards.discarded.size > 0 %}
Recently Discarded ({{ site.data.next.cards.discarded.size }})
{% for card in site.data.next.cards.discarded %} {% include project_card.html state = 'discarded' %} {% endfor %}
{% endif %} {% if site.data.next.cards.postponed.size > 0 %}
Postponed ({{ site.data.next.cards.postponed.size }})
{% for card in site.data.next.cards.postponed %} {% include project_card.html state = 'postponed' %} {% endfor %}
{% endif %}

There is More. A Lot More.

We have plans and ideas for years to come. We will never be "done" but always evolve and progress. I'm sure you have cool ideas for us too! Take a look what we already plan on doing in the longer run.

Explore the backlog