21 lines
774 B
JSON
21 lines
774 B
JSON
{
|
|
"phase": 1,
|
|
"phaseLabel": "Build MVP",
|
|
"status": "in-progress",
|
|
"product": "DocFast - HTML/Markdown to PDF API",
|
|
"currentPriority": "Deploy MVP. Need git repo on Forgejo and hosting. Add landing page. Consider adding more templates (letter, report). Write tests.",
|
|
"mvpStatus": {
|
|
"core": "done",
|
|
"endpoints": ["POST /v1/convert/html", "POST /v1/convert/markdown", "POST /v1/templates/:id/render", "GET /v1/templates"],
|
|
"templates": ["invoice", "receipt"],
|
|
"auth": "done",
|
|
"rateLimiting": "done",
|
|
"docker": "done",
|
|
"tests": "todo",
|
|
"landingPage": "todo",
|
|
"deployment": "todo"
|
|
},
|
|
"blockers": ["Need Forgejo repo created", "Need hosting decision (VPS or user's infra?)"],
|
|
"startDate": "2026-02-14",
|
|
"sessionCount": 4
|
|
}
|