Back
WIP
Load previous page…
Start sending new survey email to WIP members to better understand our community (their challenges, stage of entrepreneurial journey, etc) and how we can improve WIP (which features to add, etc)
#wip
Leave semi-angry message on aws-sdk-s3 gem page, because they make changes incompatbile with third-parties (i.e. their competitors) potentially causing data loss for many
#wip github.com/aws/aws-sdk-ruby/i…
Revert recent aws-sdk-s3 dependency upgrade just in case that's what's causing some of the images not showing, because I don't have time to look into it right now because I have gym
#wip
Upgrade all dependencies (except Tailwind CSS v4 because that proved to be rather cumbersome so I'll leave that for another day)
#wip
Allow admins (i.e. me) delete anyone's todos more easily for when a bug causes duplicate todos, etc
#wip
Allow people with an expired trial to still access settings so they can unsubscribe from emails, etc
#wip
Add readme file to data exports which I thought I already did, but it's nowhere to be found
#wip
Don't 'touch' (i.e. update timestamp) user and project record when updating a todo, because I think 1) it's causing deadlocks, and 2) those are unnecessary database queries anyway
#wip
Save todo and trigger Telegram broadcast background job in one database transaction to hopefully prevent deadlocks
#wip
Report any ActiveRecord::Deadlock events to Bugsnag as they seem to be happening more frequently
#wip
Make simple admin panel so I can manage applicants better (edit/delete/etc) without logging into database directly
#wip
Stream avatar data directly to browser instead of using redirect, because the redirect messed up caching sometimes in Safari I think
#wip