You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: