--- title: What's Next At Safing layout: page ---
01.08.2020

Next Up

Predicting the future is hard, that is why you will not find any deadlines here. Instead, get insight into what we are working on at the moment.

This page shows bigger projects only. Bug fixes, Quality of Life improvements, support, planning, etc..., they all get lost in this big picture overview.

{% if site.data.next.cards.done.size > 0 %}
Recently Done ({{ 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. Some may take a while and others might even get discarded. Read the monthly blog updates to follow the progress 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 %}
Discarded ({{ site.data.next.cards.discarded.size }})
{% for card in site.data.next.cards.discarded %} {% include project_card.html state = 'discarded' %} {% 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.

As disclosed above we're still working on the backlog. Coming SoonTM.