COMMAND DECK
ARCHIVE · PROJECTS
BRIDGE
·
PROJECTS
·
BELOW DECK
·
TODAY
·
MORE ▾
REPORTS
TEMPLATES
MEETINGS
MILEAGE
TICKETS
SETTINGS
·
COCKPIT
Projects{% if include_archived %}
// archived view
{% endif %}
{% if include_archived %}
← back to active
{% else %}
show archived
+ NEW PROJECT
{% endif %}
WORK
PERSONAL
{% for area in work_areas %} {% set area_subs = subprojects | selectattr('area_id', 'equalto', area.id) | list %}
{{ area.title }}
{{ area_subs|length }} sub-project{{ 's' if area_subs|length != 1 }}
+ NEW
{% if area_subs %}
{% for sp in area_subs %}
{{ sp.title }} {% if sp.is_favorite %}
★
{% endif %}
{% if sp.description %}
{{ sp.description }}
{% endif %}
{% if sp.tracking_enabled %}
⏱
{% endif %} {% if sp.active_timer_id %}
{% endif %} {% if sp.open_task_count %}
{{ sp.open_task_count }} task{{ 's' if sp.open_task_count != 1 }}
{% endif %} {% if sp.block_count %}
{{ sp.block_count }} block{{ 's' if sp.block_count != 1 }}
{% endif %}
{% endfor %}
{% else %}
No sub-projects yet.
Open {{ area.title }} to add one →
{% endif %}
{% endfor %}
No sub-projects match.
{% if projects %}
{% for project in projects %}
{{ project.title }} {% if project.is_private %}
🔒 private
{% endif %}
{% if project.description %}
{{ project.description }}
{% endif %}
{% if project.open_task_count %}
{{ project.open_task_count }} task{{ 's' if project.open_task_count != 1 }}
{% endif %} {% if project.block_count %}
{{ project.block_count }} block{{ 's' if project.block_count != 1 }}
{% endif %} {% if project.file_count %}
{{ project.file_count }} file{{ 's' if project.file_count != 1 }}
{% endif %} {% if project.active_timer_id %}
{% endif %}
{% endfor %}
{% else %}
No personal projects yet. Start one above.
{% endif %}
No projects match.
// New Project
SPAWN FROM TEMPLATE (OPTIONAL)
— blank —
TYPE
Personal project
{% for area in work_areas %}
Sub-project under {{ area.title }}
{% endfor %}
PRIVATE PROJECT
⏱ TIME TRACKING
⏱ TIME TRACKING
CANCEL
CREATE
// Private Projects
INCORRECT PIN
CANCEL
UNLOCK
// Scratch
—
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}