fix(project): 프로젝트 생성 시 세션 자동 추가 제거 (아사나처럼 직접 추가)

create_project 의 seed_stages 기본값을 True→False 로. 새 프로젝트는 이제
세션이 0개로 시작하고, 보드에서 "+ 세션 추가"로 직접 만든다. 세션이 하나도
없는 새 프로젝트의 보드 화면에는 안내 문구를 띄운다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 19:55:54 +09:00
parent 86558dc8c1
commit 3ca0b1de87
7 changed files with 20 additions and 6 deletions
@@ -45,5 +45,5 @@
{% endif %}
</div>
<script src="/static/project.js?v=20260916b" defer></script>
<script src="/static/project.js?v=20260916c" defer></script>
{% endblock %}
@@ -349,5 +349,5 @@
<script>
window.PJ_COLORS = {{ ["#4573d2","#37a3a3","#62a420","#e8a33d","#e8384f","#aa62e3","#f06a6a","#5a6772"] | tojson }};
</script>
<script src="/static/project.js?v=20260916b" defer></script>
<script src="/static/project.js?v=20260916c" defer></script>
{% endblock %}
@@ -331,5 +331,5 @@
</script>
<script src="/static/vendor/vis-timeline/vis-timeline-graph2d.min.js"></script>
<script src="/static/project.js?v=20260916b" defer></script>
<script src="/static/project.js?v=20260916c" defer></script>
{% endblock %}