29 lines
940 B
JSON
29 lines
940 B
JSON
{
|
|
"id": "phase2-core-features-23",
|
|
"seq": "23",
|
|
"title": "Create version control UI",
|
|
"status": "pending",
|
|
"depends_on": ["22"],
|
|
"parallel": false,
|
|
"context_files": [
|
|
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Version history list displays all versions",
|
|
"Version comparison shows differences",
|
|
"Rollback confirmation dialog works",
|
|
"Version tags displayed",
|
|
"Current version highlighted",
|
|
"Version details shown on click",
|
|
"Rollback creates new version entry"
|
|
],
|
|
"deliverables": [
|
|
"src/app/dashboard/projects/[id]/versions/page.tsx",
|
|
"src/components/versions/VersionList.tsx",
|
|
"src/components/versions/VersionComparison.tsx",
|
|
"src/components/versions/RollbackDialog.tsx",
|
|
"src/components/versions/VersionDetails.tsx",
|
|
"src/components/versions/VersionTag.tsx"
|
|
]
|
|
}
|