46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
---
|
|
id: TASK-28
|
|
title: Port folk-mycrozine-gen shape (AI zine generator)
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2026-02-18 19:50'
|
|
labels:
|
|
- shape-port
|
|
- phase-2
|
|
- ai
|
|
milestone: m-0
|
|
dependencies:
|
|
- TASK-24
|
|
- TASK-25
|
|
references:
|
|
- canvas-website/src/shapes/MycroZineGeneratorShapeUtil.tsx
|
|
priority: medium
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Port MycroZineGeneratorShapeUtil from canvas-website to rspace-online.
|
|
|
|
Source: canvas-website/src/shapes/MycroZineGeneratorShapeUtil.tsx (1,222 lines)
|
|
Target: rspace-online/lib/folk-mycrozine-gen.ts
|
|
|
|
Features to implement:
|
|
- Prompt input for zine content
|
|
- Style and layout settings UI
|
|
- AI-powered multi-page zine generation via LLM
|
|
- Page preview/navigation
|
|
- Export/download functionality
|
|
|
|
Largest AI shape to port. Needs /api/mycrozine server endpoint (TASK-25).
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 Prompt input generates zine pages via LLM
|
|
- [ ] #2 Multi-page navigation works
|
|
- [ ] #3 Style/layout settings affect output
|
|
- [ ] #4 Results sync across clients via Automerge
|
|
- [ ] #5 Toolbar button added to canvas.html
|
|
<!-- AC:END -->
|