feat: Replace is_verified with event status#56
Conversation
- Define enums for event status - Update signals, models, managers, and validators to use the new event status - Update Serializer and view to use new event status. - Refactor related logic and checks to align with the event status implementation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
|
Here's the code health analysis summary for commits Analysis Summary
|
Description
This commit replaces
is_verifiedwith a structured event status system, using enums for event statuses and updating related models, signals, and logic for consistency.Fixes #54
Type of change