Core: task CRUD #2

Closed
opened 2026-03-22 21:43:34 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-22 21:43:34 +00:00

Problem

Need pure TypeScript business logic for creating, reading, updating, and deleting tasks.

Solution

src/core/task.ts with functions: createTask, getTask, listTasks, updateTask, deleteTask. Framework-agnostic, operates on the Drizzle database. Handles status transitions, timestamps, validation.

Depends on: #4

## Problem Need pure TypeScript business logic for creating, reading, updating, and deleting tasks. ## Solution `src/core/task.ts` with functions: `createTask`, `getTask`, `listTasks`, `updateTask`, `deleteTask`. Framework-agnostic, operates on the Drizzle database. Handles status transitions, timestamps, validation. Depends on: #4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#2
No description provided.