{% extends "layout.html" %} {% block title %}{% if project.name.len() > 0 %}{{project.name}}{%else%}Create Project{% endif %}{% endblock %} {% block description %}{{project.description}} {% endblock %} {% block head %} {% endblock %} {% block content %}

{% if project.name.len() > 0 %}{{project.name}}{%else%}Project{% endif %}

{% if project.key.to_string() != "00000000-0000-0000-0000-000000000000" %} Discussion 🗫 ➕ Add Task ➕ Add Milestone ➕ Add Note ➕ Attach File {% endif %}
  • {% if project.key.to_string() != "00000000-0000-0000-0000-000000000000" %}
  • {% endif %}
{% if project.key.to_string() != "00000000-0000-0000-0000-000000000000" %} {% if tasks.len() > 0 %}

Task List

{% for task in tasks %} {%endfor %}
{% else %}

Create your first task

Items of work, meetings to schedule, phone calls to make and schedule service visits.

Breaking your projects down into tasks no matter how granular you need them, can help you schedule, visualize, estimate and execute without the chaos.

{% endif %} {% endif %}
{% if project.key.to_string() != "00000000-0000-0000-0000-000000000000" %} {% if milestones.len() > 0 %}

Milestones

{% for milestone in milestones %} {%endfor %}
{% else %}

Create your Milestone

Define a set of tasks that can comprise your projects milestones

Besides knowing you're that much closer to completion, automation of invoicing, reporting and even sending a congratulatory gif to team channels is all at your finger tips.

{% endif %} {% endif %}
{% if notes.len() > 0 %}

Notes & Docs

{% for note in notes %} {% endfor %} {%else%}

Add Your First Note

Create a note at the project level, project onboarding, project style guides and any project notes that you want organized under this project

{% endif %}
{% if files.len() > 0 %}

Files

{% for file in files %} {% endfor %} {%else%}

Attach Your First File

Attach a file to be visible for the project. Easily share and access files you store here.

{% endif %}
{% for status in crate::task::TaskStatus::iter() %} {{status.to_string()}} {% endfor %}
Mon
Tue
Wed
Thur
Fri
Sat
Sun
{% for task in tasks %} {% endfor %}
{% endblock %}