Back
Startup Jobs
Show notice when user is about to write a new job listing, but they already have some (recent) unpublished drafts they might want to finish instead #startupjobs
No replies yet
Rename "Commitment" to "Type" because @AndreyAzimov asked what it was and @levelsio suggested "Job type" as alternative #startupjobs
No replies yet
Add much-requested date filter #startupjobs
No replies yet
Redesign search form and filters because old design was old, the remote filter was kinda weird, and it didn't have room for some upcoming filters #startupjobs
Let user select an existing company profile when posting a new job (instead of having to re-enter their company details each time and try to auto-match it which occasionally went wrong) #startupjobs
Add basic support for multiple users to manage a shared company profile #startupjobs
Require creating a company profile BEFORE you can post a job #startupjobs
Require signup before posting a job, because it makes my code so much simpler and I don't think it will actually hurt conversion rates since I had it before AND many of the top job boards do the same #startupjobs
Limit the number of email alerts a user can make, because some people were creating 100's (???) possibly to scrape our site or resell/etc #startupjobs
Add proper credit system for the bundles, because before I was tracking it all manually #startupjobs
Fix (personalized) email alerts clogging up in the queue causing it to only send ~1,000 emails per day instead of ~7,000 it's supposed to #startupjobs
No replies yet
Configure recurring job to clean up finished background jobs as Solid Queue doesn't do this by default #startupjobs
Completely refactor job sourcing and it's so much better now #startupjobs
Start using .with_lock for the first time in Rails #startupjobs
Unsubscribe users from email alerts if their email hard bounces #startupjobs
Add solid queue #startupjobs
Refactor email alerts because it was working fine before, but I wouldn't be a good developer if I didn't refactor it anyway #startupjobs
Reduce database load by optimizing some queries #startupjobs
Fix host in mailer (accidentally set it to example.com in production)! #startupjobs