adi-kiran / career-flow

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

Save and Tag Multiple Types of Documents #37

Open amritav opened 11 months ago

amritav commented 11 months ago

Feature Request: Save and Tag Multiple Types of Documents

Description

Our current system allows users to upload and store resumes, but to enhance the functionality and provide a more comprehensive solution for job seekers, we should introduce the capability to save and tag multiple types of documents. Users should be able to upload documents such as cover letters, portfolios, recommendations, offer letters, certifications, and more, and label them for easy organization and retrieval.

Context

Introducing the ability to save and tag multiple types of documents offers several advantages:

Proposed Solution

To implement this feature, we should consider the following:

  1. UI/UX Design: Design an intuitive user interface that allows users to upload, manage, and label multiple types of documents. Users should be able to easily distinguish between different document types.

  2. Backend Changes: Modify the backend to support the storage of various document types. Implement database structures to associate document types with each uploaded document.

  3. Frontend Integration: Integrate the document management functionality seamlessly into the user's profile. Users should be able to upload documents, assign document types, and access them easily.

Acceptance Criteria

Dependencies

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