Category
+diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000..a547bf36d8d11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/Create_task_reference_code.txt b/Create_task_reference_code.txt new file mode 100644 index 0000000000000..d65412443dad0 --- /dev/null +++ b/Create_task_reference_code.txt @@ -0,0 +1,137 @@ + +
+ + +Category
+October 2024
+Team Standup
+Design Review
+Project Phoenix
+Lunch
+Gym Session
+Tasks Completed
+10/12
+Tasks
+ + +Details
+ +Run a Half Marathon
+75%
+Linked Tasks (3/4)
+Complete Week 4 Training Plan
+Run 10k continuous
+Learn App Development
+20%
+Linked Tasks (1/5)
+Finish UI/UX Course
+Build first "Hello World" app
+Read 20 Books This Year
+45%
+Linked Tasks (9/20)
+Finish "Atomic Habits"
+Start "The Psychology of Money"
+You have 5 tasks for today.
+Finalize project proposal
+10:00 AM
+Doctor's Appointment
+11:30 AM
+Call Mom
+2:00 PM
+Pick up groceries
+5:00 PM
+Category
++ You have {incompleteTasks} {incompleteTasks === 1 ? 'task' : 'tasks'} for today. +
+{goal.description}
} + {goal.targetDate &&Target: {goal.targetDate}
} +{Math.round(progress)}% Complete
+{task.text}
+{task.time}
+Category
+Goal not found.
+Tasks Completed
+{completedTaskCount}/{totalTasks}
+{task.text}
+ {isEditing && ( + + )} +{task.text}
+ {isEditing && ( + + )} +No tasks linked to this goal.
+ )} + {totalTasks === 0 && isEditing && ( +No tasks linked. Add new tasks below.
+ )} +Tap the '+' to create your first one and start your journey!
+{goal.title}
+{Math.round(progress)}%
+Linked Tasks ({completedGoalTasks}/{goalTasks.length})
+ {visibleTasks.map(task => ( +{task.text}
+{currentDate.toLocaleString('default', { month: 'long', year: 'numeric' })}
++ {day.toLocaleString('default', { weekday: 'short' })} +
++ {day.getDate()} +
+{task.text}
+ {task.description &&{task.description}
} +