You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces the Project and Task models along with their corresponding API endpoints and handlers. The changes include: New Project and Task models with their relationships, Project endpoints for CRUD operations and instance listing, Task endpoints for CRUD operations within projects, Updated route handlers to support the new models, Proper owner_id filtering for all operations
Closes#130Closes#131
Sub-Issue 3: Refactor API Handlers
Objective
Refactor API handlers to use the new
Project
andTask
models.Tasks
Update Handlers:
Project
andTask
models.Test Handlers:
Expected Outcome
The API handlers should be refactored to use the new models and support all necessary operations.
The text was updated successfully, but these errors were encountered: