DocFast MVP: HTML/Markdown to PDF API with invoice templates
This commit is contained in:
parent
789b3bfeeb
commit
77ec1c5524
24 changed files with 5010 additions and 22 deletions
|
|
@ -1,11 +1,21 @@
|
|||
{
|
||||
"phase": 1,
|
||||
"phaseLabel": "Build MVP",
|
||||
"status": "approved",
|
||||
"product": "HTML/Markdown to PDF API",
|
||||
"currentPriority": "Build the MVP. Markdown/HTML in, PDF out. Include built-in invoice templates as differentiator. Ship fast, test everything. Ask human to create a git repo when ready to push code.",
|
||||
"humanFeedback": "User approved PDF API. Said 'lets go with the agent recommendation'. Start building.",
|
||||
"blockers": [],
|
||||
"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": 3
|
||||
"sessionCount": 4
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue