Add websitebuilder app
This commit is contained in:
28
.tmp/tasks/phase2-core-features/subtask_23.json
Normal file
28
.tmp/tasks/phase2-core-features/subtask_23.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user