pub fn map_task_row(row: &SqliteRow) -> Result<Task>Expand description
Map a database row to a Task struct
This function centralizes all the logic for constructing a Task from a SQLite row, including UUID parsing, date conversion, and field mapping.
ยงErrors
Returns an error if required fields are missing or cannot be converted