Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-Issue 3: Refactor API Handlers #131

Open
mojtaba-esk opened this issue Mar 27, 2025 · 0 comments · May be fixed by #142
Open

Sub-Issue 3: Refactor API Handlers #131

mojtaba-esk opened this issue Mar 27, 2025 · 0 comments · May be fixed by #142
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mojtaba-esk
Copy link
Contributor

mojtaba-esk commented Mar 27, 2025

Sub-Issue 3: Refactor API Handlers

Objective

Refactor API handlers to use the new Project and Task models.

Tasks

  1. Update Handlers:

    • Refactor existing handlers to work with the new Project and Task models.
    • Ensure that all CRUD operations are supported for both projects and tasks.
  2. Test Handlers:

    • Verify that the refactored handlers work as expected and handle requests correctly.

Expected Outcome

The API handlers should be refactored to use the new models and support all necessary operations.

@mojtaba-esk mojtaba-esk added the enhancement New feature or request label Mar 27, 2025
mojtaba-esk added a commit that referenced this issue Mar 28, 2025
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 #130

Closes #131
@mojtaba-esk mojtaba-esk added this to the Talis MVP milestone Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant