-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement Customer Management #131
Conversation
✅ Deploy Preview for dynamite-frontend ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #131 +/- ##
========================================
Coverage 75.85% 75.85%
========================================
Files 106 106
Lines 11876 11883 +7
Branches 741 740 -1
========================================
+ Hits 9008 9014 +6
- Misses 2866 2867 +1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
063cbb6
to
39f920c
Compare
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.
It looks good for merge!!!
353da2a
to
2b49867
Compare
2b49867
to
cee8ad5
Compare
What does this PR do?
This PR implements the customer management feature for the admin.
Description of Task to be completed?
How should this be manually tested?
Any background context you want to provide?
This feature allows admins to manage customer information efficiently through a dedicated customer management interface. It includes full CRUD operations and integrates with the backend to ensure data persistence.
What are the relevant pivotal tracker/Trello stories?
NA
Screenshots (if appropriate)
Questions:
NA