Refactor: Use TaskStatus enum for task status handling (#646)
### What problem does this PR solve? This commit changes the status 'not started' from being hard-coded to being maintained by the TaskStatus enum. This enhancement ensures consistency across the codebase and improves maintainability. ### Type of change - [x] Refactoring
Loading
Please register or sign in to comment