-
Notifications
You must be signed in to change notification settings - Fork 49
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
Deactivate features to simplify UI #490
Conversation
Reviewer's Guide by SourceryThis PR temporarily disables several features in the user interface to simplify the user experience. It deactivates the bank transfer import and refund export functionality and removes the "Event Metadata", "Webhooks", "Gift Cards", and "Bank Transfer" items from the sidebar navigation. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Assessment against 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 @HungNgien - I've reviewed your changes - here's some feedback:
Overall Comments:
- Instead of commenting out code, consider removing it entirely (git history can be used to restore if needed) or implementing proper feature flags for temporary feature toggles. Commented-out code tends to become stale and creates maintenance overhead.
- Please expand the PR description to explain the rationale behind disabling these specific features and provide an estimated timeline for when they might be re-enabled. This context is important for future maintenance.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 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 and I'll use the feedback to improve your reviews.
Temporarily hide items in sidebar: Event Metadata, Webhooks, Gift Cards and Bank Transfer
This PR resolves #468
Summary by Sourcery
Enhancements: