Somehow add a way to filter by location. This would only be a simple toggle or option on the front-end, but will likely be rather involved on the back-end.
Edit 4/12/20: we'll need to utilize the location field in our Profile model (may want to split it up into two values such as country and city - we'll need to discuss how we'd like to design this). We can either have users input said location immediately upon registration, or allow the addition of (or editing) of the location field on our profile page. Once techs have a way to input their location, we would then need to create a function that allows users to search for technicians by location that would display the technicians username, email, location and perhaps a phone number
(which we'd need to add to the model) to be reached. - John
Somehow add a way to filter by location. This would only be a simple toggle or option on the front-end, but will likely be rather involved on the back-end.
Edit 4/12/20: we'll need to utilize the location field in our Profile model (may want to split it up into two values such as country and city - we'll need to discuss how we'd like to design this). We can either have users input said location immediately upon registration, or allow the addition of (or editing) of the location field on our profile page. Once techs have a way to input their location, we would then need to create a function that allows users to search for technicians by location that would display the technicians username, email, location and perhaps a phone number (which we'd need to add to the model) to be reached. - John