Expand description
Entity validation utilities for database operations
This module provides centralized validation functions to ensure referenced entities (tasks, projects, areas) exist before performing operations.
Functionsยง
- validate_
area_ exists - Validate that an area exists
- validate_
project_ exists - Validate that a project exists (project is a task with type = 1)
- validate_
task_ exists - Validate that a task exists and is not trashed