Resolve "Create capi call to verify if resq user" #1564

Merged
korina.cordero merged 2 commits from 641-create-capi-call-to-verify-if-resq-user into master-fix 2021-12-03 05:57:12 +00:00
korina.cordero commented 2021-11-24 07:26:43 +00:00 (Migrated from gitlab.com)

Closes #641

Closes #641
korina.cordero commented 2021-11-24 07:26:44 +00:00 (Migrated from gitlab.com)

assigned to @korina.cordero

assigned to @korina.cordero
korina.cordero commented 2021-11-24 08:24:00 +00:00 (Migrated from gitlab.com)

added 36 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
  • 0e5824af - Add the hash generator and command to test hash generator. #640
  • 680a12e5 - Add call to get customer hash. #640
  • 9c73a18b - Add customer information to latest job order. #632
  • 3dd2bf5d - Remove modifications. #640
  • 2e428378 - Merge branch '632-resq-1-5-changes' of gitlab.com:jankstudio/resq into...
  • b0de01ae - Add get customer hash to api. #640
  • 5c03ccb1 - Add checking in hash service for invalid hashes. Add capi call to verify if...

Compare with previous version

added 36 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>0e5824af - Add the hash generator and command to test hash generator. #640</li><li>680a12e5 - Add call to get customer hash. #640</li><li>9c73a18b - Add customer information to latest job order. #632</li><li>3dd2bf5d - Remove modifications. #640</li><li>2e428378 - Merge branch &#39;632-resq-1-5-changes&#39; of gitlab.com:jankstudio/resq into...</li><li>b0de01ae - Add get customer hash to api. #640</li><li>5c03ccb1 - Add checking in hash service for invalid hashes. Add capi call to verify if...</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/753/diffs?diff_id=284090898&start_sha=ee07c9cc840c4d2d54dcede82db7492700452bf7)
korina.cordero commented 2021-11-24 08:25:10 +00:00 (Migrated from gitlab.com)

marked this merge request as ready

marked this merge request as **ready**
korina.cordero commented 2021-11-25 02:29:00 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>8c057c21 - Add mobile number to response. #641</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/753/diffs?diff_id=284732028&start_sha=5c03ccb1fbe806bb0153b1e4b433ca2e510b51f2)
jankstudio (Migrated from gitlab.com) merged commit aa529e7411 into master-fix 2021-12-03 05:57:12 +00:00
jankstudio commented 2021-12-03 05:57:13 +00:00 (Migrated from gitlab.com)

mentioned in commit aa529e7411

mentioned in commit aa529e7411b573705f2aa0ebf5f00923df239190
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#1564
No description provided.