Resolve "New rider api call to return customer hash" #1563

Merged
korina.cordero merged 22 commits from 640-new-rider-api-call-to-return-customer-hash into master-fix 2021-12-03 05:56:58 +00:00
korina.cordero commented 2021-11-23 01:43:11 +00:00 (Migrated from gitlab.com)

Closes #640

Closes #640
korina.cordero commented 2021-11-23 01:43:11 +00:00 (Migrated from gitlab.com)

assigned to @korina.cordero

assigned to @korina.cordero
korina.cordero commented 2021-11-23 02:10:47 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0e5824af - Add the hash generator and command to test hash generator. #640

Compare with previous version

added 1 commit <ul><li>0e5824af - Add the hash generator and command to test hash generator. #640</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/752/diffs?diff_id=283104370&start_sha=ee07c9cc840c4d2d54dcede82db7492700452bf7)
korina.cordero commented 2021-11-23 02:48:34 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>680a12e5 - Add call to get customer hash. #640</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/752/diffs?diff_id=283112698&start_sha=0e5824af294b425192a07f873dc71f35c48a5dda)
korina.cordero commented 2021-11-23 03:02:16 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>3dd2bf5d - Remove modifications. #640</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/752/diffs?diff_id=283116716&start_sha=680a12e52a7ae3e6f1bdea41a484ef9e30ff69a5)
korina.cordero commented 2021-11-23 03:13:25 +00:00 (Migrated from gitlab.com)

added 31 commits

  • b9fdcbbb - Sort the job orders for job order history from latest to oldest. #632
  • 9c31a573 - Add checking if hub_id is -1. Add call to get all ongoing job orders. #632
  • a8eaad2a - Add call to get ongoing job order count. #632
  • 61b897d8 - Add call to add location for customer. #632
  • ca3fbc21 - Add route for customer vehicle removal. Add call to get locations. #632
  • 48aaedda - Add call to remove a vehicle from customer's list of vehicles. #632
  • 3f7075f2 - Merge branch 'master-fix' of gitlab.com:jankstudio/resq into 632-resq-1-5-changes
  • e4e412fd - Fix response to get locations. #632
  • c54ee5d7 - Add landmark to location details. #632
  • 84844046 - Add limit to number of locations to be stored. #632
  • 7001d6a0 - Fix get locations response. #632
  • f7def95c - Merge branch 'master-fix' of gitlab.com:jankstudio/resq into 632-resq-1-5-changes
  • 16c94489 - Add rider rating for jo in job order history. #632
  • 158d05d8 - Add rating and rider rating to JO history response. Fix associations between...
  • 8ebb1230 - Add average rating for partners in response for closest partners. #632
  • 1d93c63d - Add null checking for jo rating even if flag for rider rating is true. #632
  • 1f6162cb - Fix sorting for ongoing job orders. #632
  • 918c0672 - Add call to get completed job orders. #632
  • 4a1ae91b - Comment out call for completed job orders. Modify getJOHistory to only...
  • 5c61e5eb - Add saving of landmark, if provided. #632
  • acf5d964 - Merge branch '636-fix-timing-of-vat-computation' of gitlab.com:jankstudio/resq...
  • 4ce09e96 - Change return response for locationSupport. #632
  • 12c85e5c - Fix issue when fulfiling a JO in admin panel. #632
  • 8d5b67b0 - Fix setting of landmark if no landmark is received. #632
  • c1086472 - Add comment to response for getJOHistory. #632
  • 280a7c9c - Fix issue found during testing. #632
  • 65c0ad1c - Add call to get latest job order. #632
  • 1030b193 - Fix the response when no latest jo. #632
  • ca21fcd5 - Add landmark to response for latest jo. #632
  • 9c73a18b - Add customer information to latest job order. #632
  • 2e428378 - Merge branch '632-resq-1-5-changes' of gitlab.com:jankstudio/resq into...

Compare with previous version

added 31 commits <ul><li>b9fdcbbb - Sort the job orders for job order history from latest to oldest. #632</li><li>9c31a573 - Add checking if hub_id is -1. Add call to get all ongoing job orders. #632</li><li>a8eaad2a - Add call to get ongoing job order count. #632</li><li>61b897d8 - Add call to add location for customer. #632</li><li>ca3fbc21 - Add route for customer vehicle removal. Add call to get locations. #632</li><li>48aaedda - Add call to remove a vehicle from customer&#39;s list of vehicles. #632</li><li>3f7075f2 - Merge branch &#39;master-fix&#39; of gitlab.com:jankstudio/resq into 632-resq-1-5-changes</li><li>e4e412fd - Fix response to get locations. #632</li><li>c54ee5d7 - Add landmark to location details. #632</li><li>84844046 - Add limit to number of locations to be stored. #632</li><li>7001d6a0 - Fix get locations response. #632</li><li>f7def95c - Merge branch &#39;master-fix&#39; of gitlab.com:jankstudio/resq into 632-resq-1-5-changes</li><li>16c94489 - Add rider rating for jo in job order history. #632</li><li>158d05d8 - Add rating and rider rating to JO history response. Fix associations between...</li><li>8ebb1230 - Add average rating for partners in response for closest partners. #632</li><li>1d93c63d - Add null checking for jo rating even if flag for rider rating is true. #632</li><li>1f6162cb - Fix sorting for ongoing job orders. #632</li><li>918c0672 - Add call to get completed job orders. #632</li><li>4a1ae91b - Comment out call for completed job orders. Modify getJOHistory to only...</li><li>5c61e5eb - Add saving of landmark, if provided. #632</li><li>acf5d964 - Merge branch &#39;636-fix-timing-of-vat-computation&#39; of gitlab.com:jankstudio/resq...</li><li>4ce09e96 - Change return response for locationSupport. #632</li><li>12c85e5c - Fix issue when fulfiling a JO in admin panel. #632</li><li>8d5b67b0 - Fix setting of landmark if no landmark is received. #632</li><li>c1086472 - Add comment to response for getJOHistory. #632</li><li>280a7c9c - Fix issue found during testing. #632</li><li>65c0ad1c - Add call to get latest job order. #632</li><li>1030b193 - Fix the response when no latest jo. #632</li><li>ca21fcd5 - Add landmark to response for latest jo. #632</li><li>9c73a18b - Add customer information to latest job order. #632</li><li>2e428378 - Merge branch &#39;632-resq-1-5-changes&#39; of gitlab.com:jankstudio/resq into...</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/752/diffs?diff_id=283120544&start_sha=3dd2bf5de43480c4879f8f41bcff199b15316491)
korina.cordero commented 2021-11-23 05:30:02 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>b0de01ae - Add get customer hash to api. #640</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/752/diffs?diff_id=283158393&start_sha=2e428378c604c941cc5e9c3300e2a64e519154a9)
korina.cordero commented 2021-11-24 08:24:56 +00:00 (Migrated from gitlab.com)

marked this merge request as ready

marked this merge request as **ready**
jankstudio commented 2021-12-03 05:56:58 +00:00 (Migrated from gitlab.com)

mentioned in commit a5f5ac861d

mentioned in commit a5f5ac861d395a62ae72582709b674678ab3a5bb
jankstudio (Migrated from gitlab.com) merged commit a5f5ac861d into master-fix 2021-12-03 05:56:58 +00:00
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#1563
No description provided.