-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Video-Component Logic to User's Dashboard #314
Conversation
Reviewer's Guide by SourceryThis pull request implements the Eventyay-video-component in the User Dashboard. It adds a new Components view, updates the authentication base template, and modifies related Python files to support the new functionality. File-Level Changes
Tips
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AviGawande - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider catching more specific exceptions in ComponentsView instead of a general Exception to avoid masking potential issues.
- The template for Eventyay-Talk and Eventyay-Video components contains similar code. Consider refactoring this into a reusable template snippet to reduce duplication.
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
The approach to providing access to the video component extends beyond the dashboard and requires a more comprehensive solution. A draft PR addressing this issue with a different method is available here: PR #376. Therefore, I am closing this PR in favor of that approach. |
This PR fixes #301 for implementing the Eventyay-video-component to User Dashboard.
Summary by Sourcery
Add a new 'Components' view to the user dashboard, allowing users to check the installation status of Eventyay-Talk and Eventyay-Video components. Refactor the HTML template structure for better maintainability.
New Features:
Enhancements: