-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feat/multiple delete subscriber profile #124
base: main
Are you sure you want to change the base?
Feat/multiple delete subscriber profile #124
Conversation
Here's a review from Claude.ai The PR introduces several key improvements to the free5GC WebConsole frontend, focusing on adding bulk delete functionality for subscribers and profiles. Here are my observations and recommendations: Key Changes
Code Review Highlights
Recommendations
Security Considerations✅ Good: Requires authentication token for deletion Backend ObservationsThe backend changes in Overall AssessmentStrengths:
Areas for Potential Improvement:
Recommendation👍 Approve PR with Minor Suggestions |
For FE error handling, you can check out MUI Snackbar, which provides a more user-friendly UI. We used it in this project as well. |
I have updated the API error for multiple deletes to reuse the Snackbar error display from single delete. I also tried replacing the |
Added multiple delete button on both subscriber and profile list pages.