Open VishalAadiith opened 1 month ago
@VishalAadiith I’d love to work on the scheduling algorithm task. With 2 years of development experience and a solid foundation in Operating Systems and Data Structures & Algorithms, I believe I can contribute effectively to this feature. Could you please assign me the issue?
@TecHAyusH6476 You can start working on it. But make sure if you have any doubts clear it beforehand. As the services pages are still in progress, you can assume these criteria's (e.g., display repair, keyboard issues, cleaning, upgrades).
@VishnuAmit Sounds good! I'll start planning and let you know if I need any additional information
@TecHAyusH6476 Any updates?
@TecHAyusH6476 Yeah have been working on it Took a while to setup the repo as my node version was conflicting I have gone through initial phase for algo
Good. Just wanted to know what's your plan? If you come up with one or have one, do mention here.
Task Overview
This task focuses on developing a scheduling algorithm to match customers' service requests with service providers based on their expertise and availability. The algorithm will use the data provided by the service providers (e.g., expertise, certifications) and customer service requests to assign the right technician to each job.
Fork the Repository
Fork the LapProFix repository to your local machine.
Install Packages
Navigate to the project directory and install the necessary packages using: bash npm install i
Run the Project
bash npm run dev
Understand the Data
Design Scheduling Algorithm
Optimize Scheduling
Implement the Algorithm
Expected Outcome