adi-kiran / career-flow

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

Implement Search Functionality on Job Tracker Page #35

Open amritav opened 10 months ago

amritav commented 10 months ago

Feature Request: Implement Search Functionality on Job Tracker Page

Description

We should enhance the usability of our Job Tracker page by adding a search functionality that allows users to quickly find and filter job applications based on keywords, company names, job titles, or any other relevant criteria. This feature will help users efficiently navigate their growing list of job applications.

Context

Adding a search functionality can provide several benefits:

Proposed Solution

To implement this feature, we should consider the following:

  1. UI/UX Design: Design a user-friendly search interface that is seamlessly integrated into the Job Tracker page. Users should be able to input search queries and apply filters.

  2. Backend Changes: Modify the backend to support search functionality. Implement robust search algorithms that can search across various fields such as job title, company name, date applied, etc.

  3. Frontend Integration: Integrate the search bar and filters into the Job Tracker page. Ensure that search results are displayed in a clear and organized manner.

Acceptance Criteria

Dependencies

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

nirmaljoji commented 10 months ago

Would the search happen on the frontend or using api queries?

Diksha-Maurya commented 10 months ago

Would the search happen on the frontend or using api queries?

Same question