Commit graph

868 commits

Author SHA1 Message Date
c517a9ccfd Merge branch '173-warranty-api-issues' into 'master'
Fix warranty claim api bug #173

Closes #173

See merge request jankstudio/resq!207
2019-01-22 14:55:02 +00:00
dbc161d9c9 Fix warranty claim api bug #173 2019-01-22 22:54:04 +08:00
963fb849be Merge branch '172-new-battery-api-module' into 'master'
Resolve "New battery api module"

Closes #172

See merge request jankstudio/resq!206
2019-01-21 08:56:14 +00:00
730a94f371 Update test command for api #172 2019-01-21 02:09:44 +08:00
2f30d0c7c3 Update warranty api controller to handle sku instead of model / size for batteries #172 2019-01-21 02:09:16 +08:00
15b7473af7 Add sap battery field to warranty entity #172 2019-01-21 02:08:49 +08:00
85121a973d Update battery api controller, routes and test scripts #172 2019-01-20 17:51:34 +08:00
081d9cb93c Add command to import SAP battery csv #172 2019-01-20 15:38:38 +08:00
50d3a8e200 Add ramcar battery api bundle #172 2019-01-20 15:37:23 +08:00
86c20036c0 Add SAP battery entities #172 2019-01-20 15:35:30 +08:00
3a421a3a68 Merge branch '171-add-resq-api-calls-for-pop-up-shop' into 'master'
Remove debug error logs #171

Closes #171

See merge request jankstudio/resq!205
2019-01-19 15:46:22 +00:00
296dedd732 Remove debug error logs #171 2019-01-19 23:45:34 +08:00
aac2030be0 Merge branch '171-add-resq-api-calls-for-pop-up-shop' into 'master'
Resolve "Add Resq API calls for pop up shop"

Closes #171

See merge request jankstudio/resq!204
2019-01-09 18:27:27 +00:00
bc9cf2a74f Modify claim warranty api call #171 2019-01-10 02:26:42 +08:00
e4cedd9e4d Add get all warranties api call #171 2019-01-10 00:02:24 +08:00
28fdba3872 Merge branch '168-legacy-jo-migration' into 'master'
Resolve "Legacy JO Migration"

Closes #168

See merge request jankstudio/resq!203
2019-01-09 09:05:04 +00:00
bfa39f4640 Add legacy job order and details migration commands #168 2019-01-09 17:01:08 +08:00
d39d554ba1 Add warranty migration for legacy data #168 2019-01-03 05:51:33 +08:00
1f0060d6c5 Fix legacy import command to populate plate_number table via load data infile #168 2018-12-30 00:27:52 +08:00
9f9951bfe6 Merge branch '170-ios-and-android-notification-fixes' into 'master'
Get rid of third party library for APNS sending #170

Closes #170

See merge request jankstudio/resq!202
2018-11-13 17:40:24 +00:00
af771f1355 Get rid of third party library for APNS sending #170 2018-11-14 01:39:34 +08:00
cdbc7897ca Add legacy battery to current battery translation #168 2018-11-13 17:42:05 +08:00
a3b7e8f82a Merge branch '169-fix-resend-confirmation-code' into 'master'
Fix resend confirmation code issue #169

Closes #169

See merge request jankstudio/resq!201
2018-11-12 20:24:26 +00:00
4c9dba09ba Fix resend confirmation code issue #169 2018-11-13 04:23:17 +08:00
6031b6c367 Add /migration folder to gitignore #168 2018-11-07 22:30:47 +08:00
030668e43b Fix plate number cleaning #168 2018-11-07 22:29:08 +08:00
0ae1c0cc17 Merge branch '167-fuel-price-adjustment' into 'master'
Adjust computation for services #167

Closes #167

See merge request jankstudio/resq!200
2018-11-06 07:15:20 +00:00
2f32f9666d Adjust computation for services #167 2018-11-06 15:14:22 +08:00
15ad135d48 Merge branch '166-warranty-api-improvements' into 'master'
Resolve "Warranty API improvements"

Closes #166

See merge request jankstudio/resq!199
2018-11-05 17:58:10 +00:00
fac78e558d Add plate number warranty API call #166 2018-11-06 01:55:51 +08:00
6771b86d6c Change APIController to abstract class from interface #166 2018-11-06 01:30:52 +08:00
d78e30c9c2 Add battery model and size to warranty and change warranty routes #166 2018-11-06 01:14:19 +08:00
2a24567c4c Merge branch '164-add-api-bundle' into 'master'
Resolve "Add API bundle"

Closes #164

See merge request jankstudio/resq!198
2018-10-25 17:00:23 +00:00
4867f1b6bb Finish warranty api calls #164 2018-10-26 00:58:32 +08:00
9fcae0f05b Add vehicle and battery apis #164 2018-10-25 13:35:27 +08:00
959d2c6efc Add warranty entity, refactor controller, and fix bugs #164 2018-10-24 22:20:45 +08:00
4309fea954 Create APIResponse class for responses from api bundle #164 2018-10-24 21:13:23 +08:00
005f5091af Add command for testing api client #164 2018-10-23 05:17:58 +08:00
3ac8b8e53d Fix signature issue and remove old token subscriber #164 2018-10-23 03:01:52 +08:00
a2be71a001 Add api:user-create command #164 2018-10-23 02:42:46 +08:00
0d41b46ee9 Refactor api bundle to use security to handle authentication #164 2018-10-23 02:11:21 +08:00
71bf61c61f Merge branch '165-google-maps-api-call-optimization' into 'master'
Remove google maps distance and eta calculations #165

Closes #165

See merge request jankstudio/resq!197
2018-10-18 13:41:12 +00:00
28db60e92d Remove google maps distance and eta calculations #165 2018-10-18 21:39:39 +08:00
2b9499861b Add catalyst api bundle and test controller #164 2018-10-15 01:19:29 +08:00
df534dfe91 Merge branch '163-add-csat-flag-for-customer' into 'master'
Add CSAT field to form and entity #163

Closes #163

See merge request jankstudio/resq!196
2018-10-02 17:08:53 +00:00
77d6d146c0 Add CSAT field to form and entity #163 2018-10-03 01:08:08 +08:00
ba3b52c4cc Merge branch '162-phase-2-changes' into 'master'
Fix bug in rider report command #162

Closes #162

See merge request jankstudio/resq!195
2018-09-28 02:31:59 +00:00
4df0e0e5ec Fix bug in rider report command #162 2018-09-28 10:31:07 +08:00
3d25cdbd0f Merge branch '162-phase-2-changes' into 'master'
Support test phone number for iphone / android testing #162

Closes #162

See merge request jankstudio/resq!194
2018-09-28 01:47:54 +00:00
b2d680ae64 Support test phone number for iphone / android testing #162 2018-09-28 09:46:52 +08:00