theihasan / geezap

Geezap is an AI-powered job aggregation platform built with Laravel that unifies job listings from LinkedIn, Upwork, Indeed, and ZipRecruiter. Features include smart job matching, automated cover letter generation, and application tracking.
http://geezap.com
7 stars 6 forks source link

display a user-friendly message when no job category exists during job creation #30

Closed RoyHridoy closed 3 days ago

RoyHridoy commented 3 days ago

Fixes #29 This PR adds a user-friendly message when no job categories exist while creating a job listing from the admin dashboard. It also logs an error to the logger file if a queue worker is run without creating a job category. Additionally, it allows the image field to be nullable when creating a job category.