-
Notifications
You must be signed in to change notification settings - Fork 1
feat: display quotes by state #18
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
Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||||||
User description
Partly addresses #10.
Updates to new quote service API.
Display quotes in state
denied,expired,rejectedandoffered.PR Type
Enhancement, Tests
Description
Integrated new quote service API for better functionality.
Enhanced UI for quotes management.
Refactored and improved backend mocks and handlers.
Updated dependencies and improved code formatting.
react-day-pickerto the latest version.Changes walkthrough 📝
15 files
Updated API endpoints for quote managementAdded query options for new quote statesAdded SDK methods for new quote statesUpdated types for new quote statesUpdated sidebar to include new quote statesAdjusted calendar component for better usabilityAdded routes for new quote state pagesUpdated accepted quotes page to use new APIAdded page for denied quotesAdded page for expired quotesAdded page for offered quotesUpdated pending quotes page to align with new APIUpdated quote details page for new APIEnhanced quotes overview page with new statesAdded page for rejected quotes3 files
Updated mock database to support new quote statesAdded handlers for new quote statesUpdated admin quote handlers for new states2 files
Updated OpenAPI spec for new quote statesUpdated OpenAPI spec for new quote states1 files
Upgraded `react-day-picker` dependency