adi-kiran / career-flow

Application Tracking System for Group 64, Project 3
MIT License
0 stars 3 forks source link

Add Support for Multiple Notes per Application #33

Open amritav opened 10 months ago

amritav commented 10 months ago

Feature Request: Add Support for Multiple Notes per Application

Description

Currently, our job tracker page allows users to add only one note per application. To enhance the usability and organization of the application tracking process, we should introduce the ability to save multiple notes for each application.

Context

Adding multiple notes per application can be beneficial for various reasons:

Proposed Solution

To implement this feature, we should consider the following:

  1. UI/UX Design: Design an intuitive user interface that allows users to add, edit, and manage multiple notes for each application.

  2. Database Schema: Modify the database schema to support a one-to-many relationship between applications and notes. Each application can have multiple associated notes.

  3. API Endpoints: Create API endpoints to handle note creation, retrieval, updating, and deletion for each application.

  4. Frontend Integration: Integrate the new note functionality seamlessly into the job tracker page.

Acceptance Criteria

Dependencies

This feature may require changes to the backend, frontend, and database components of our application.

Additional Information