Korina Cordero
|
719cccf778
|
Add API call to get warranties when given a list of serial numbers. #372
|
2020-04-02 03:33:02 +00:00 |
|
Korina Cordero
|
96efa32a12
|
Fixes for battery_ajax_get. #323
|
2020-02-04 01:39:14 +00:00 |
|
Korina Cordero
|
fd2fe4fb6f
|
Add routes and UI elements to add compatible battery to vehicle. #323
|
2020-02-03 08:59:22 +00:00 |
|
Korina Cordero
|
69f0612a2d
|
Replace hardcoded country code prefixes with variables set in .env and messages files. #309
|
2020-01-24 04:05:48 +00:00 |
|
|
|
4bb67ce7b7
|
Merge branch '290-update-customer-vehicle-info-when-warranty-is-added' into 'master'
Resolve "Update customer vehicle info when warranty is added"
Closes #290
See merge request jankstudio/resq!332
|
2020-01-20 02:48:15 +00:00 |
|
|
|
3ae9d8ab8d
|
Merge branch '285-link-new-warranty-to-customer' into 'master'
Resolve "Link new warranty to customer"
Closes #285
See merge request jankstudio/resq!329
|
2020-01-20 02:46:05 +00:00 |
|
|
|
cdf58ccc07
|
Merge branch '298-static-content' into 'master'
Resolve "Static Content"
Closes #298
See merge request jankstudio/resq!338
|
2020-01-17 08:31:21 +00:00 |
|
Korina Cordero
|
2aed73b2d5
|
Add Static Content feature. #298
|
2020-01-17 07:55:35 +00:00 |
|
Korina Cordero
|
d810fc821a
|
Add Warranty Details Report. #297
|
2020-01-17 06:35:03 +00:00 |
|
Korina Cordero
|
16763c5386
|
Add vehicle battery compatibility report. #291
|
2020-01-07 08:36:00 +00:00 |
|
Korina Cordero
|
bd2ea5fba3
|
Add the WarrantyHandler service. Move the computeDateExpire to the service. #286
|
2019-12-16 07:29:25 +00:00 |
|
Korina Cordero
|
ced7292413
|
Add customer and customer vehicle when warranty is registered via API. #285
|
2019-12-10 08:19:21 +00:00 |
|
|
|
ec5b8951da
|
Merge branch '281-create-customers-via-third-party-api' into 'master'
Resolve "Create customers via third party API"
Closes #281
See merge request jankstudio/resq!327
|
2019-11-28 06:52:20 +00:00 |
|
|
|
4621fa5ec4
|
Merge branch '275-remove-env-implementation' into 'master'
Resolve "Remove ENV implementation"
Closes #275
See merge request jankstudio/resq!323
|
2019-11-28 06:51:15 +00:00 |
|
Korina Cordero
|
743bbf9c61
|
Add warranty class report to yaml files, templates and ReportController. #283
|
2019-11-27 08:04:42 +00:00 |
|
Korina Cordero
|
2a45de2b31
|
Rename the path for customer registration. #281
|
2019-11-27 03:27:53 +00:00 |
|
Korina Cordero
|
16cd59dbfd
|
Add route to register customer. Finish register function. #281
|
2019-11-27 03:23:39 +00:00 |
|
Korina Cordero
|
9efc0e3a75
|
Add CustomerController to CAPI. #281
|
2019-11-26 07:53:31 +00:00 |
|
Korina Cordero
|
0372dc5a5a
|
Remove dotenv implementation from customer creation from warranty. #275
|
2019-11-22 04:01:54 +00:00 |
|
Korina Cordero
|
e462570d9d
|
Remove dotenv implementation from setting of customer privacy policy. #275
|
2019-11-22 03:27:16 +00:00 |
|
Korina Cordero
|
11b60c8655
|
Merge branch '258-upload-warranty-csv' into 'master'
Resolve "Upload warranty csv"
Closes #258
See merge request jankstudio/resq!305
|
2019-11-18 03:10:07 +00:00 |
|
Korina Cordero
|
f6dce241ac
|
Move retrieval of env variable to the geofence service. #271
|
2019-10-23 05:30:12 +00:00 |
|
|
|
06a53352fe
|
Merge branch 'origin/265-cmb-project' into 'master'
Origin/265 cmb project
See merge request jankstudio/resq!314
|
2019-09-17 06:49:45 +00:00 |
|
Korina Cordero
|
2a81103773
|
Add method and form for the report. #267
|
2019-09-16 10:47:48 +00:00 |
|
Korina Cordero
|
c3feef4644
|
Add translation package to project. #265
|
2019-09-11 06:49:01 +00:00 |
|
Korina Cordero
|
417bd3c0e1
|
Add getPrivacyPolicy to third party API. #263
|
2019-09-06 07:10:54 +00:00 |
|
Korina Cordero
|
e0294062ca
|
Add access rights for setting privacy policy. Add privacy policy field to Warranty, along with setter and getter. #261
|
2019-08-30 02:12:01 +00:00 |
|
Korina Cordero
|
33e0e6b41b
|
Add route and access for warranty upload. Add method to WarrantyController to handle the upload. Add template for warranty upload. #258
|
2019-08-29 07:26:11 +00:00 |
|
Korina Cordero
|
4bc99df261
|
Merge branch 'master' into '256-privacy-policy-for-warranty'
# Conflicts:
# src/Entity/PrivacyPolicy.php
|
2019-08-28 03:12:37 +00:00 |
|
Korina Cordero
|
da4f694c03
|
Add setPrivacyPolicy to WarrantyController for third party API. Add route to third party api yaml. Add comment to APIController and WarrantyController indicating whether third party API or mobile API. Modify checking for required parameters, instead of using empty() to use isset()). #256
|
2019-08-28 03:10:19 +00:00 |
|
Korina Cordero
|
b7c5bad80b
|
Merge branch '256-privacy-policy-for-warranty' of gitlab.com:jankstudio/resq into 256-privacy-policy-for-warranty
|
2019-08-28 02:27:21 +00:00 |
|
Korina Cordero
|
96bd2684b1
|
Revert "Merge branch '256-privacy-policy-for-warranty' into 'master'"
This reverts merge request !302
|
2019-08-28 01:56:01 +00:00 |
|
Korina Cordero
|
9efc347a7f
|
Add setPrivacyPolicy method to APIController. Add route and acl for setting of privacy policy for warranty. Allow null to be set for setPrivacyPolicy in Warranty entity. Modify the checking for missing parameters, from empty to isset. #256
|
2019-08-27 07:49:10 +00:00 |
|
Korina Cordero
|
26e805b5a1
|
Merge branch 'master' of gitlab.com:jankstudio/resq into 251-edit-warranty-via-api
|
2019-08-27 04:39:30 +00:00 |
|
Korina Cordero
|
f20fd4b44b
|
Merge branch '250-invalidate-warranty-via-api' into 'master'
Resolve "Invalidate warranty via api"
Closes #250
See merge request jankstudio/resq!295
|
2019-08-27 04:22:20 +00:00 |
|
Korina Cordero
|
cf89311e17
|
Add delete method to WarrantyController. #250
|
2019-08-16 03:01:25 +00:00 |
|
Korina Cordero
|
af60b0db71
|
Add update warranty method to WarrantyController for third party. #251
|
2019-08-16 02:40:45 +00:00 |
|
Korina Cordero
|
e634f2ee32
|
Add method to cancel warranty in WarrantyController. Add route and acl for cancel warranty. Add test command to test cancel warranty. #250
|
2019-08-15 08:25:34 +00:00 |
|
Korina Cordero
|
a36e9f810b
|
Comment out the displaying of report details. #249
|
2019-08-15 06:15:53 +00:00 |
|
Korina Cordero
|
498b61be48
|
Add export to CSV button. Add method to controller that uploads a csv file and outputs a csv report of the results. #249
|
2019-08-15 05:52:29 +00:00 |
|
Korina Cordero
|
a5e6a632f4
|
Add upload of csv file to ReportController. Add templates for upload. #248
|
2019-08-08 08:33:20 +00:00 |
|
Korina Cordero
|
c695a1f9b2
|
Add popapp comparison report link to Reports. Add route and access to report. #248
|
2019-08-08 04:17:58 +00:00 |
|
Korina Cordero
|
2d1a91842a
|
Rename the old Warranty controller to WarrantySearchController. Rename the old warranty.yaml to warranty_search.yaml. Add create, update, and view warranty to menu and acl yamls. Add WarrantyController and template file for Warranty. #236
|
2019-07-26 08:21:00 +00:00 |
|
Korina Cordero
|
50a3afb213
|
Add privacy policy in menu and acl yaml files. Add routes for private policy functions. Add PrivatePolicyController. Add twig files for private policy. #233
|
2019-07-23 09:57:14 +00:00 |
|
|
|
da32614181
|
Add partner review api call #231
|
2019-07-20 15:15:47 +08:00 |
|
|
|
54269d54ac
|
Change url of provider info mobile api call #231
|
2019-07-20 12:50:16 +08:00 |
|
Korina Cordero
|
189bb58880
|
Fix merge conflicts with master. #227
|
2019-07-15 23:51:49 +00:00 |
|
Korina Cordero
|
e8b76e8810
|
Add getClosestPartners method to the APIController that takes in a longitude, latitude, results limit, and service id to find the closes partners. #228
|
2019-07-08 06:57:24 +00:00 |
|
Korina Cordero
|
5c70cad362
|
Add API call to get details and reviews for a given partner. #228
|
2019-07-07 09:28:18 +00:00 |
|
Korina Cordero
|
4782bd7fe8
|
Add API call to list other services. #228
|
2019-07-07 08:29:22 +00:00 |
|