hasjob
hasjob copied to clipboard
Location landing page needs more detail
The location landing page /in/<location>
currently shows a description, if available, and nothing else. It should have more:
- A map of where this location is in the region
- Ranking of this location for jobs
- Links to external sources like Wikipedia
- Cover photo perhaps
- Top employers in the region (not just jobs)
Just going through the queries for the /in/<location>
route. I created a job with the location bangalore
but no entry in the Location
model was created. Do we need to create these locations ourselves?
Posting a job will create a JobLocation entry. Location records have to be manually created from /in/new
.
JobLocation tags the locations of jobs.
Location is a landing page for a textual description of a location.