Skip to content

Conversation

@Aditi10909
Copy link

@Aditi10909 Aditi10909 commented Oct 24, 2025

Task Comments Module

Backend

  • RESTful API endpoints for comments (CRUD) linked to tasks and accounts:
    • POST /accounts/{account_id}/tasks/{task_id}/comments
    • GET /accounts/{account_id}/tasks/{task_id}/comments
    • PUT /accounts/{account_id}/tasks/{task_id}/comments/{comment_id}
    • DELETE /accounts/{account_id}/tasks/{task_id}/comments/{comment_id}
  • Validations: text input, authentication, and account/task isolation.
  • Tests:
    • Automated: API and service-level tests for create, read, update, delete, input validation, auth, and isolation.
    • Manual: verified persistence, update timestamps, malformed requests, and deletion.

Frontend

  • React UI for managing task comments:
    • Components: CommentsList, CommentForm, CommentItem
    • Features: view, add, edit, delete comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants