Draft: Resolve "API for insurance" #1654

Open
korina.cordero wants to merge 11 commits from 728-api-for-insurance into master
korina.cordero commented 2023-01-09 07:45:15 +00:00 (Migrated from gitlab.com)

Closes #728

Closes #728
korina.cordero commented 2023-01-13 10:10:27 +00:00 (Migrated from gitlab.com)

added 9 commits

  • a9e2d95a - Add service to connect to insurance API. Add test command to test service. #727
  • f8327f5d - Add CRUD for the motor vehicle types for the MV lookup. #727
  • 101fe76b - Add TODO comments. #727
  • 8d2ac35c - Add function to form the data for the insurance application. #727
  • 0675637b - Add function to transform ClientData into the format required by insurance....
  • 675bca15 - Add validation service for the insurance data. #727
  • 987c8656 - Fix issues found during normal scenario testing. #727
  • ff32ee61 - Fix issues found during abnormal scenario testing. #727
  • 886a9e66 - Add controller for mobile app for CTPL creation. #728

Compare with previous version

added 9 commits <ul><li>a9e2d95a - Add service to connect to insurance API. Add test command to test service. #727</li><li>f8327f5d - Add CRUD for the motor vehicle types for the MV lookup. #727</li><li>101fe76b - Add TODO comments. #727</li><li>8d2ac35c - Add function to form the data for the insurance application. #727</li><li>0675637b - Add function to transform ClientData into the format required by insurance....</li><li>675bca15 - Add validation service for the insurance data. #727</li><li>987c8656 - Fix issues found during normal scenario testing. #727</li><li>ff32ee61 - Fix issues found during abnormal scenario testing. #727</li><li>886a9e66 - Add controller for mobile app for CTPL creation. #728</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/843/diffs?diff_id=576935044&start_sha=08ecd2ebea1d457cb48e5a64952e8842512a8520)
korina.cordero commented 2023-01-16 07:00:29 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>ce133add - Fix issues found during testing. #728</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/843/diffs?diff_id=578038866&start_sha=886a9e669e0d73c90fff407bd9d7273fbbb616da)
korina.cordero commented 2023-01-16 09:36:48 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>1cd52e26 - Remove debug message. #728</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/843/diffs?diff_id=578188030&start_sha=ce133addfc1517c003f6d8666085eed5ebce74d4)
This pull request has changes conflicting with the target branch.
  • config/acl.yaml
  • config/menu.yaml
  • config/services.yaml
  • src/Service/InsuranceConnector.php
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 728-api-for-insurance:728-api-for-insurance
git checkout 728-api-for-insurance

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff 728-api-for-insurance
git checkout 728-api-for-insurance
git rebase master
git checkout master
git merge --ff-only 728-api-for-insurance
git checkout 728-api-for-insurance
git rebase master
git checkout master
git merge --no-ff 728-api-for-insurance
git checkout master
git merge --squash 728-api-for-insurance
git checkout master
git merge --ff-only 728-api-for-insurance
git checkout master
git merge 728-api-for-insurance
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rgutierrez/resq#1654
No description provided.