Implement invite codes #262
Reference in New Issue
Block a user
Delete Branch "jose/invite-codes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/claim #259
Closes https://github.com/maybe-finance/maybe/issues/259
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe/Alipay.
@josefarias Looking good! Is
rails cthenInviteCode.generate!the way to generate codes?@Shpigford correct!
@@ -26,3 +31,4 @@<h2 class="mt-6 text-3xl font-semibold tracking-tight text-center font-display"><%= content_for?(:header_title) ? yield(:header_title).html_safe : "Your account" %></h2>Should probably style these. Could do that in this PR or separately.
I wouldn't worry about the message styling. We need to overhaul that anyways.
Can you add a rake task for the invite code (so we don't even have to hop in to console)?
Sounds good!
Done!
bin/rake invites:create