19 lines
861 B
Plaintext
19 lines
861 B
Plaintext
# TODO/FIXME/HACK Comments - 20251123-080448
|
|
== TODO comments ==
|
|
src/stores/tasks.ts:47: tasks.value.filter(t => t.status === 'TODO')
|
|
src/stores/__tests__/tasks.spec.ts:33: status: 'TODO',
|
|
src/stores/__tests__/tasks.spec.ts:121: status: 'TODO',
|
|
src/stores/__tests__/tasks.spec.ts:152: status: 'TODO',
|
|
src/stores/__tests__/tasks.spec.ts:189: status: 'TODO',
|
|
src/stores/__tests__/tasks.spec.ts:228: status: 'TODO',
|
|
src/views/StaffDashboardView.vue:203: v-if="task.status === 'TODO'"
|
|
src/views/StaffDashboardView.vue:448: status: 'TODO'
|
|
src/views/StaffDashboardView.vue:456: (tasksStore.tasks || []).filter(t => t.status === 'TODO')
|
|
src/views/ProjectDetailView.vue:57: 'bg-gray-100 text-gray-800': task.status === 'TODO'
|
|
|
|
== FIXME comments ==
|
|
None found
|
|
|
|
== HACK comments ==
|
|
None found
|