What we're making: We wanted to add a feature where jobs are recommended to people based on their location. The program will ask for a person's location and store that. It will look for jobs that are in nearby cities and then it will recommend jobs for them. Location will be found through the browser and the map will be made using an online Api.
It will search for all objects in the database (Big O notation) and find the closest job available. This feature now also allows users to find jobs based on accessibility (location).
Group: Tanav K & Anvay Y
What we're making: We wanted to add a feature where jobs are recommended to people based on their location. The program will ask for a person's location and store that. It will look for jobs that are in nearby cities and then it will recommend jobs for them. Location will be found through the browser and the map will be made using an online Api.
It will search for all objects in the database (Big O notation) and find the closest job available. This feature now also allows users to find jobs based on accessibility (location).