-
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
,rejected
andoffered
.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-picker
to the latest version.Changes walkthrough 📝
15 files
Updated API endpoints for quote management
Added query options for new quote states
Added SDK methods for new quote states
Updated types for new quote states
Updated sidebar to include new quote states
Adjusted calendar component for better usability
Added routes for new quote state pages
Updated accepted quotes page to use new API
Added page for denied quotes
Added page for expired quotes
Added page for offered quotes
Updated pending quotes page to align with new API
Updated quote details page for new API
Enhanced quotes overview page with new states
Added page for rejected quotes
3 files
Updated mock database to support new quote states
Added handlers for new quote states
Updated admin quote handlers for new states
2 files
Updated OpenAPI spec for new quote states
Updated OpenAPI spec for new quote states
1 files
Upgraded `react-day-picker` dependency