{% extends "base.html" %} {% block title %}Project Basics - PairCoder Setup{% endblock %} {% block content %} Project Basics Configure your project settings and preferences. Project Name Slug: {{ project_data.name|default('-', true)|lower|replace(' ', '-') }} Description (optional) {{ project_data.description or '' }} Primary Goal Test Coverage Target {{ project_data.coverage_target or 80 }}% Preset Default Balanced settings for most projects Strict Maximum enforcement, high coverage Relaxed Minimal enforcement, flexible {% if tier == 'solo' %}🔒{% endif %} Pro Workflow Trello + GitHub integration {% if tier == 'solo' %}PRO{% endif %} {% if tier not in ['enterprise'] %}🔒{% endif %} Enterprise Multi-workspace, remote access {% if tier not in ['enterprise'] %}ENT{% endif %} Back Next {% endblock %}
Configure your project settings and preferences.
Balanced settings for most projects
Maximum enforcement, high coverage
Minimal enforcement, flexible
Trello + GitHub integration
Multi-workspace, remote access