+
+ {% for tag in card.projects %}
+ {% assign tag_bg_strength = 100 %}
- {% if tag == 'Portmaster' %}
- {% assign tag_color = 'blue' %}
- {% elsif tag == 'SPN' %}
- {% assign tag_color = 'green' %}
- {% elsif tag == 'Website' %}
- {% assign tag_color = 'pink' %}
- {% elsif tag == 'Backoffice' %}
- {% assign tag_color = 'gray' %}
- {% assign tag_bg_strength = 200 %}
- {% elsif tag == 'Community' %}
- {% assign tag_color = 'purple' %}
- {% elsif tag == 'Marketing' %}
- {% assign tag_color = 'orange' %}
- {% endif %}
-
- {{ tag }}
-
- {% endfor %}
-
-
-
- {% if include.state == 'done' %}
-

- {% elsif include.state == 'in_progress' %}
-

- {% elsif include.state == 'discarded' %}
-

- {% elsif include.state == 'backlog' %}
-

- {% endif %}
-
-
{{ card.title }}
+ {% if tag == 'Portmaster' %}
+ {% assign tag_color = 'blue' %}
+ {% elsif tag == 'SPN' %}
+ {% assign tag_color = 'green' %}
+ {% elsif tag == 'Website' %}
+ {% assign tag_color = 'pink' %}
+ {% elsif tag == 'Backoffice' %}
+ {% assign tag_color = 'gray' %}
+ {% assign tag_bg_strength = 200 %}
+ {% elsif tag == 'Community' %}
+ {% assign tag_color = 'purple' %}
+ {% elsif tag == 'Marketing' %}
+ {% assign tag_color = 'orange' %}
+ {% endif %}
+
+ {{ tag }}
+
+ {% endfor %}
+
+
+
+ {% if include.state == 'done' %}
+

+ {% elsif include.state == 'in_progress' %}
+

+ {% elsif include.state == 'discarded' %}
+

+ {% elsif include.state == 'backlog' %}
+

+ {% endif %}
+
{{ card.title }}
-
-
+
+
+
+
-
-
- {% for paragraph in card.description %}
- {{ paragraph }}
- {% endfor %}
-
-
-
-
-
-
-
We Completed the Server Part
-
- The Safing API has come very far. It actually already is online, signing in valid users and responding with information on each users SPN subscription status. Setting the API up securely took quite a lot of planning, but we are happy about the result.
-
-
-
-
Designs Are Done Too
-
- Now in the Portmaster part, we both need to provide an interface where you can log in to the SPN and where it displays your current account status. The designs for this have also been completed by Luke.
-
+
+
+ {% for paragraph in card.description %}
+ {{ paragraph }}
+ {% endfor %}
+
+
+
+
-
What is Missing is The Client Side
-
- The only puzzle piece missing is the frontend implementation, Here meaning the Portmaster UI actually showing the designs and making the API calls. This project is nearing its completion, so stay tuned!
-
-
-
-
-
- 01/6/2020 ~ 036/6/2020
-
+ {% for tag in card.progress %}
+ {% if tag.type == 'a' %}
+ <{{ tag.type }} href='{{ tag.href }}'>{{ tag.text }}{{tag.type}}>
+ {% else %}
+ <{{ tag.type }}>{{ tag.text }}{{tag.type}}>
+ {% endif %}
+ {% endfor %}