-
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
Fix client terms checkbox confirmation #106
Fix client terms checkbox confirmation #106
Conversation
…tracking - Add BaseAbstractModel as parent for Request model - Standardize address details in separate fields with latitude/longitude - Add PhoneNumberField and EmailField for contact info - Add building type and delivery instructions - Add method_of_contact and contact_name - Add highlighted flag for admin review - Consolidate comments into single JSON field - Remove unused fields like food types, notes, etc
- Switch to Pytest framework - Add reference test case with example view test - Configure num_tests and other settings
PR Review
|
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
CI Failure Feedback(Checks updated until commit 22871a8)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
This pull request fixes the issue where the client has to confirm the terms checkbox each time a delivery request is made. The following changes have been made:
Updated models to standardize address, contact info, and status tracking
Added RequestViewSet and RequestSerializer
Deleted Dockerfile
Added unit tests for RequestViewSet
Regenerated migrations
Renamed codium config
Updated test config
Please review and merge this pull request to resolve the issue.