jalantechnologies / boilerplate-mern

Boilerplate code for Node projects in TypeScript
5 stars 21 forks source link

Added share-task feature and comment feature #153

Closed surajkumar22079 closed 2 months ago

surajkumar22079 commented 2 months ago

Description

This PR adds the task sharing feature and the commenting feature to the TODO app. Both the backend and frontend have been updated to support these new functionalities.

Database Schema Changes

Two new databases have been added:

  1. comment-db: Stores comments related to different tasks.
  2. share-task-request-db: Stores task sharing requests.

Changes Overview

Backend

New Endpoints:

Database Models:

Controllers:

Services:

Utils:

Frontend

Components:

Context:

Services:

Types:

Tests

Automated Test Cases Added