Back
Similar todos
Tweak the algo so job board with Highlight or Brand Color upgrades that are not sticky get auto shuffled #jobboardsearch
See similar todos

No replies yet

adjust pricing #remoteok job posts and sticky job posts based on how many sticky job posts there are so that the frontpage doesn’t get covered fully with sticky jobs and new job flow is balanced
See similar todos

No replies yet

Make a bot that shuffles non paid job boards every 30 mins #jobboardsearch
See similar todos

No replies yet

fix sticky job post if bumped didn’t become sticky #remoteok
See similar todos

No replies yet

unset sticky week and sticky month if job is bumped otherwise frontpage gets clogged with sticky posts again #remoteok
See similar todos

No replies yet

remove sticky job cache because DB is now fast enough to do it on load (thanks @daniellockyer) #remoteok
See similar todos

No replies yet

manage to figure out how to add sticky jobs into SQL query by doing ORDER BY max(coalesce(epoch,0),coalesce(epoch_bumped,0),(coalesce(is_sticky_day,0)+86400),(coalesce(is_sticky_week,0)+604800),(coalesce(is_sticky_month,0)+2592000))) so that we don’t need to “manually” add the sticky jobs on top with code but it just sorts it straight into db (86400 is 24h, 604800 is 7 days, 2592000 is 30 days etc.) #remoteok
See similar todos

No replies yet

fix bug job not sticky because company bumped a sticky job from >12 months ago but the SQL that gets sticky for performance only checked <12 months ago jobs #remoteok
See similar todos

No replies yet

raise sticky job pricing #remoteok and base it on total current sticky jobs instead of only total current sticky for month jobs
See similar todos

No replies yet

fix if admin saved job post it would reset the epoch_sticky_day, epoch_sticky_week, epoch_sticky_month time and put the job back on top #remoteok
See similar todos

No replies yet

find solution for if company adds sticky (24h/7d/30d) during editing job it won’t sticky cuz sticky based on posting date not when sticky was added; solution = sticky boolean value can be a timestamp instead (0 = false, 1 = true, 1601993989 is timestamp of sticky time) and it checks that when showing stickies and resets timestamp of job to edit #remoteok (complex af)
See similar todos

No replies yet

fix if admin edits sticky job post it resets the timer and puts it back to top #remoteok
See similar todos

No replies yet

fix bug that showed sticky job post on top of individual job post #remoteok
See similar todos

No replies yet

Get Skillset job board upgrade to Sticky after two weeks of Custom Color #jobboardsearch
See similar todos

No replies yet

stop offering sticky monthly because it makes frontpage too clogged with old job posts #remoteok, keep sticky weekly
See similar todos

No replies yet

cache sticky jobs to drop WAIT time by 25% #remoteok
See similar todos

No replies yet

disable auto giving sticky to BIG companies (by checking Clearbit) for scraped jobs because there is too many sticky jobs now #remoteok
See similar todos

No replies yet

auto update page if new jobs posted since page loaded and didn't scroll within 10 seconds #remoteok
See similar todos

No replies yet

fix when companies who post a job that’s sticky for a day/week/month edit their job post, the sticky gets disabled, this is because I hid the checkboxes for the already purchased sticky (because I wanted to avoid it getting charged extra for them again), then the AJAX would send the edits but it’d not include the sticky, so it’d disable them. Now instead code in backend to check for the diffs in features selected and charge $ based on that. Difficult. #remoteok
See similar todos

No replies yet

Get a job board listing upgrade Sticky + Custom Color #jobboardsearch
See similar todos

No replies yet