{% extends "base.html" %} {% block title %}Prototype Runs{% endblock %} {% block content %}
Internal Workflow

스크린플레이 -> 웹북 생성기

기존 PDF를 선택하거나 새 PDF를 업로드해서 장문 웹북 프로토타입을 생성하고, 결과 PDF와 장면 이미지를 검수합니다.

새 실행

새 PDF 업로드

업로드한 PDF는 `screenplay/uploads` 아래에 저장되고 바로 실행 목록에 나타납니다.

실행 기록

자동으로 기존 `prototype/*` 출력도 스캔합니다.
{% for run in runs %}
{{ run.status }} {{ run.created_at }}

{{ run.source_file }}

{{ run.output_dir }}

{{ run.web_episode_count }} episodes {{ run.sections_per_episode }} sections/episode {{ run.prompt_version or '-' }}
{% endfor %}
{% endblock %}