Open
Conversation
Collaborator
Author
|
@cursor review |
| product_api: product_api, | ||
| product_sanbase: product_sanbase | ||
| } | ||
| end |
There was a problem hiding this comment.
Bug: Missing Plan Keys in Seeded Data
The seed_products_and_plans_from_db/0 fallback function returns an incomplete data structure. It includes only product keys, missing the various plan keys present in the original seeded data. This causes tests expecting those plan keys to fail or raise KeyError exceptions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Ticket
Checklist:
Note
Introduce Discord verification codes generated on subscription, a /verify command that assigns PRO role, and supporting config, DB, admin, and tests.
Sanbase.Discordwithdiscord_invite_url/0andget_verification_info/1.Sanbase.Discord.VerificationCodewith generate/verify/retrieve/cleanup functions and configurable expiry.:create_subscription, generate Discord verification code for active paid plans; map plan to tier./verifycommand handling: validate code, assign PRO role, send welcome message; helper methods for role/channel IDs and ephemeral interaction ack.Sanbase.Discordsettings:invite_url,verification_code_expiry_days.discord_verification_codestable (+ indexes/FK);structure.sqlupdated.DiscordVerificationCode(show-only, labels for Discord fields).Written by Cursor Bugbot for commit 80e60ac. This will update automatically on new commits. Configure here.