Back
Remote OK

Remote OK

#remoteok

Find your remote job and work from anywhere
Load previous page…
make sure we get bump_stripe_charge_id with the new PaymentIntent bump payments so we can do refund in case company request refund after auto bump #remoteok
See similar todos

No replies yet

fix /workers/sendReminderThatRemoteWorkerHasBadPhoto.php SELECT * FROM users is too big, so make specific query #remoteok
See similar todos

No replies yet

change Safetywing ad on #remoteok because they asked to, they want to target frontpage for nomads, and job post page for remote companies, and change link tracking redirects to /nomad-health and /safety-wing for different products
See similar todos

No replies yet

make color of job company initials without logos from grey to black for less dusty look #remoteok
See similar todos

No replies yet

drop base price to $199 because revenue crashing #remoteok
See similar todos

No replies yet

fix lazyloading logos on Safari iOS #remoteok post job page
See similar todos

No replies yet

show invoices with full refunds too #remoteok
See similar todos

No replies yet

fix one job post edit page was showing all the job posts posted with a bundle code due to the same stripe_customer_id, so check invoice->metadata>job_id to see if it exists and if so check if it’s same as job id of edit page to only show invoices for that job post #remoteok
See similar todos

No replies yet

add amount_refunded to invoice if partial refund #remoteok
See similar todos

No replies yet

fix SQL LIMIT 100 in profiles tag page means the autocomplete ADD + tags number only shows the ones on the profile, to improve this let’s LIMIT 500 and show as (number+) so it’s at least factually correct #remoteok
See similar todos

No replies yet

fix tag search #remoteok workers profiles because the users.db became too big, so I switched to selective SQL query “SELECT tags_json,languages_json FROM users ORDER BY epoch_last_active DESC” but then filterBadProfiles() function ran over it, and would filter out all profiles from it resulting in $topTags cache being empty
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

debug why @AndreyAzimov isn’t getting email alerts from #remoteok yet: he subscribed 9 August, default is weekly emails, so het gets first email 16 August, but today is 14 August
See similar todos

No replies yet

add race condition checker inside foreach loop to see if job isn’t already pushed to Google #remoteok
See similar todos

No replies yet

make 404 work with AJAX filters #remoteok
See similar todos

No replies yet

add AJAX filtering finally to #remoteok which works with the new job filter logic
See similar todos

No replies yet

push new jobs to Google as updated if company edits job #remoteok
See similar todos

No replies yet

fix pushNewJobsToGoogle.php worker because /psr/ library rekt and the Google API client details changed and Google API now requires you to add the Google Service Account to Google Search Console #remoteok
See similar todos

No replies yet

uncomment more logging of payments to see what’s happening with the new Stripe changes and if it actually works #remoteok
See similar todos

No replies yet

fix auto bump stopped charging because Stripe API changed something again, you can’t charge a stripe_customer_id anymore, you have to create a PaymentIntent by retrieving the PaymentMethod from the Customer object, with the payment_intent_id you save and set as off_session for later payments during Stripe Checkout (maximum difficult and yes Stripe is absolutely losing it by rapidly deprecating old functionality and actively breaking payment integrations causing companies to lose revenue) #remoteok
See similar todos

No replies yet