Shipped a fix today that makes Weekly Challenges more reliable: liking a submission now works end to end, including the notification that tells the creator someone engaged with their entry.
What's next: with the like + notify path solid, the groundwork is in place to build richer engagement on challenges like comment notifications, winner announcements, and surfacing trending submissions in real time.
26 challenges already queued, one per week, auto-start Monday, auto-close Sunday.
Collectors vote on each other's photos every week, have conversations, and praise other collectors' shots. I love it.
https://t.co/ivMzEduvYF
A user asked for photo challenges on Legendsverse the other day, funny enough, the feature has been sitting in my head for weeks.
I shipped it 35 minutes ago.
The part I actually like: submitting a photo auto-creates a Gallery + one Display per pic.
So every challenge entry also lives in your collection profile forever.
I wanted to test BYOMailer end-to-end locally with real SES.
An env flag let me switch between a local mailer and SES, which covered rendering and basics (filters, variables, unsubscribe links), but not real SES events (opens, bounces, complaints) and not bulk sends at all.
The best part is the AWS bill.
SQS first 1M req/mo free. SNS first 1M publishes free. SES simulator addresses (`[email protected]` etc) are free and don't dent your sender reputation.
a dev env that mirrors prod, for zero dollars.