-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix: enhanced event dashboard usability #540
Open
shwetd19
wants to merge
2
commits into
fossasia:development
Choose a base branch
from
shwetd19:fix-Enhance-event-dashboard-usability
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix: enhanced event dashboard usability #540
shwetd19
wants to merge
2
commits into
fossasia:development
from
shwetd19:fix-Enhance-event-dashboard-usability
Conversation
This file contains 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
- Open video configuration in new tab for better UX - Remove redundant tickets setup tool from dashboard
Reviewer's Guide by SourceryThis pull request enhances the event dashboard usability by opening the video configuration link in a new tab and removing the tickets setup tool widget. Flow diagram for updated dashboard interfaceflowchart LR
A[Event Dashboard] --> B{Is Video Enabled?}
B -->|Yes| C[Video Config Link\nOpens in New Tab]
B -->|No| D[Display Video\nDisabled Message]
style A fill:#f9f,stroke:#333,stroke-width:2px
style C fill:#bbf,stroke:#333,stroke-width:2px
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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 @shwetd19 - I've reviewed your changes - here's some feedback:
Overall Comments:
- When opening links in a new tab with target='_blank', consider adding rel='noopener noreferrer' to mitigate potential security risks.
- The PR description mentions removing the tickets setup tool widget, but the diff only shows the video link change. Please double-check that the widget removal is included in the changes or update the description accordingly.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟡 Security: 1 issue found
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
src/pretix/eventyay_common/templates/eventyay_common/event/fragment_dashboard.html
Outdated
Show resolved
Hide resolved
- Added rel="noopener noreferrer" to video configuration link - Prevented potential tab nabbing attacks
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.
Fixes #517
Changes:
Testing Steps:
Note: This PR focuses on enhancing dashboard usability by implementing the requested changes while maintaining existing functionality.
Summary by Sourcery
Enhancements: