adi-kiran / career-flow

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

Multiple Resume Storage with Labels #36

Open amritav opened 11 months ago

amritav commented 11 months ago

Feature Request: Multiple Resume Storage with Labels

Description

Our current Resume page allows users to upload and store a single resume. To provide users with greater flexibility and organization in managing their resumes, we should introduce the capability to store multiple resumes, each with the option to add custom labels for easy retrieval.

Context

Adding the feature of multiple resume storage with labels offers several advantages:

Proposed Solution

To implement this feature, we should consider the following:

  1. UI/UX Design: Design a user-friendly interface that allows users to upload, manage, and label multiple resumes. Ensure that users can easily switch between their stored resumes.

  2. Backend Changes: Modify the backend to support the storage and retrieval of multiple resumes per user. Implement database structures to associate labels with each resume.

  3. Frontend Integration: Integrate the multiple resume functionality into the Resume page. Users should be able to upload new resumes, assign labels, and switch between stored resumes.

Acceptance Criteria

Dependencies

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