Open Issues Need Help
View All on GitHub Waitlist email preferences — database schema + API routes about 1 hour ago
AI Summary: This GitHub issue outlines the backend work required to implement email preference management for waitlist users. It involves updating the `waitlist` database table with new columns for an `unsubscribe_token` and various `opt_out_` boolean flags for different email categories, along with an `updated_at` timestamp. Additionally, it requires adding backend API routes to securely manage these email preferences using the `unsubscribe_token`.
Complexity:
3/5
good first issue Feature
Waitlist email preferences — unsubscribe page + admin UI about 3 hours ago
good first issue Feature