|
|
2be291c2ac
|
Merge branch '409-add-analytics-for-forecasting' into 'master'
Resolve "Add analytics for forecasting"
Closes #409
See merge request jankstudio/resq!486
|
2020-06-15 05:38:56 +00:00 |
|
|
|
b65893e821
|
Add aggregate data table for analytics output #409
|
2020-06-15 13:38:13 +08:00 |
|
|
|
e13e3c0dd5
|
Fix bug when no JO comes up for hub in 2018 #409
|
2020-06-14 18:54:52 +08:00 |
|
|
|
69119c6b3a
|
Merge branch '409-add-analytics-for-forecasting' into 'master'
Resolve "Add analytics for forecasting"
Closes #409
See merge request jankstudio/resq!485
|
2020-06-14 06:23:17 +00:00 |
|
|
|
a2fdb346b3
|
Refactor schedule solver to solver per weekday and add charts and tables to template #409
|
2020-06-14 14:12:32 +08:00 |
|
Korina Cordero
|
18081d0903
|
Add title field to error object. #421
|
2020-06-12 10:35:20 +00:00 |
|
|
|
d94e2353b0
|
Add schedule solver script and run it inside analytics controller #409
|
2020-06-11 01:15:58 +08:00 |
|
Korina Cordero
|
027c1ead39
|
Add upload directory for photos. #421
|
2020-06-09 06:05:16 +00:00 |
|
Korina Cordero
|
334b0f1c99
|
Add uploadFinishPhotos API call. #421
|
2020-06-09 02:57:48 +00:00 |
|
Korina Cordero
|
ce64a1b64d
|
Add uploadArrivePhotos API call. #421
|
2020-06-08 10:39:57 +00:00 |
|
Korina Cordero
|
8f108c18cb
|
Modify name of stype_id parameter to service_type for clarity. #421
|
2020-06-05 09:52:23 +00:00 |
|
Korina Cordero
|
760fa7acf3
|
Add get job order history for this month and last month. #421
|
2020-06-04 09:47:58 +00:00 |
|
Korina Cordero
|
b41b5ea29b
|
Modify getJobOrderHistory. #421
|
2020-06-04 06:02:53 +00:00 |
|
Korina Cordero
|
a0ee7b32bc
|
Add setOdometer API call. Modify url routes for some calls for easier reading. #421
|
2020-06-04 03:32:05 +00:00 |
|
Korina Cordero
|
b6c54615ad
|
Add api calls: payment, complete, cancel, reject for job orders. #421
|
2020-06-03 10:34:56 +00:00 |
|
|
|
0911a1787e
|
Create graph for overlaps #409
|
2020-06-03 01:18:12 +08:00 |
|
Korina Cordero
|
0e69eb4943
|
Add completeJobOrder and setActiveJobOrder API calls. #421
|
2020-06-02 09:25:43 +00:00 |
|
Korina Cordero
|
79b19a61f6
|
Add startJobOrder API call. Add RIDER_START event type. #421
|
2020-06-02 08:03:31 +00:00 |
|
Korina Cordero
|
22c1fab15c
|
Add generateInvoice API call. #421
|
2020-06-02 07:41:47 +00:00 |
|
Korina Cordero
|
ce0240d001
|
Add event types for CMB. Add JO in transit API call. #421
|
2020-06-02 06:35:31 +00:00 |
|
Korina Cordero
|
e74d4061ba
|
Add checking for assigned rider for JO for getJobOrder. #421
|
2020-06-02 04:27:10 +00:00 |
|
Korina Cordero
|
dbdde5cdde
|
Change which flag is set when rider logs in and logs out. Add goOnline and goOffline API calls. #421
|
2020-06-02 03:40:55 +00:00 |
|
Korina Cordero
|
af9be59d8d
|
Change getActiveJobOrders to getAssignedJobOrders. #421
|
2020-06-01 09:30:28 +00:00 |
|
Korina Cordero
|
2ea0111b1e
|
Add generate invoice API call. #420
|
2020-06-01 09:15:05 +00:00 |
|
Korina Cordero
|
1842898c11
|
Add viewActiveJobOrders API call. #420
|
2020-06-01 06:29:11 +00:00 |
|
Korina Cordero
|
8730ab4ea3
|
Add viewJobOrderHistory API call to rider api. #420
|
2020-06-01 04:37:12 +00:00 |
|
Korina Cordero
|
2ea5bfe193
|
Add changes to CMB's rider API handler. #420
|
2020-06-01 02:26:04 +00:00 |
|
Korina Cordero
|
ce2b838ff7
|
Add RAPIController for CMB. #420
|
2020-05-29 07:20:00 +00:00 |
|
|
|
711082cf23
|
Merge branch '419-resq-search-optimization' into 'master'
Move the setting of JO search fields to the entity. Move the sql script to the...
Closes #419
See merge request jankstudio/resq!481
|
2020-05-27 08:56:31 +00:00 |
|
Korina Cordero
|
fabccc6950
|
Move update sql script to initial_sql directory. #419
|
2020-05-27 08:51:07 +00:00 |
|
Korina Cordero
|
7b60ec7c5f
|
Move the setting of JO search fields to the entity. Move the sql script to the migration folder. #419
|
2020-05-27 08:13:51 +00:00 |
|
|
|
f56e995910
|
Merge branch '419-resq-search-optimization' into 'master'
Resolve "Resq - search optimization"
Closes #419
See merge request jankstudio/resq!479
|
2020-05-27 07:56:40 +00:00 |
|
Korina Cordero
|
2a0bee8d8d
|
Create sql command to update the job orders for the search fields. Modify search to use the JO search fields. Add saving of search fields when adding a JO. #419
|
2020-05-27 07:05:44 +00:00 |
|
Korina Cordero
|
8b2a1cd09c
|
Merge branch 'master' of gitlab.com:jankstudio/resq into 419-resq-search-optimization
|
2020-05-27 04:56:17 +00:00 |
|
Korina Cordero
|
c8c03b756d
|
Add fields and indexes used for search to JO entity. #419
|
2020-05-27 03:44:52 +00:00 |
|
|
|
e150bf6181
|
Merge branch '409-add-analytics-for-forecasting' into 'master'
Resolve "Add analytics for forecasting"
Closes #409
See merge request jankstudio/resq!480
|
2020-05-26 10:00:27 +00:00 |
|
|
|
5cdd42e000
|
Merge branch '418-resq-comment-out-the-new-dpa-behavior' into 'master'
Resolve "Resq - comment out the new DPA behavior"
Closes #418
See merge request jankstudio/resq!478
|
2020-05-25 03:35:47 +00:00 |
|
Korina Cordero
|
f21753bd07
|
Comment out checking of dpa consent. Comment out access to dpa consent. #418
|
2020-05-25 03:33:44 +00:00 |
|
|
|
8be67413d4
|
Add map display to show overlaps #409
|
2020-05-24 16:09:17 +08:00 |
|
|
|
06d3aa3b27
|
Add form for analytics forecasting #409
|
2020-05-23 23:07:00 +08:00 |
|
|
|
760f823794
|
Have graphs for all hubs in list #409
|
2020-05-22 23:56:51 +08:00 |
|
|
|
761476134c
|
Merge branch '415-resq-add-index-for-customer-first-name-and-last-name' into 'master'
Resolve "Resq - add index for customer first name and last name"
Closes #415
See merge request jankstudio/resq!477
|
2020-05-22 05:53:19 +00:00 |
|
Korina Cordero
|
7bd2a6fb31
|
Add index for customer first name, customer last name, and date_schedule. #415
|
2020-05-22 05:51:52 +00:00 |
|
|
|
2aa6d417b7
|
Merge branch '408-resq-additional-dpa-behavior' into 'master'
Resolve "Resq - additional dpa behavior"
Closes #408
See merge request jankstudio/resq!471
|
2020-05-21 01:50:57 +00:00 |
|
|
|
d63dfcabbd
|
Create graphs for hours during the weekday and dates for the year #409
|
2020-05-21 00:33:32 +08:00 |
|
|
|
5bbc8c5bdc
|
Merge branch '413-resq-report-on-jos-that-are-advance-orders' into 'master'
Add advance order job orders report. #413
Closes #413
See merge request jankstudio/resq!476
|
2020-05-20 08:24:48 +00:00 |
|
Korina Cordero
|
adcd9f8c4c
|
Add advance order job orders report. #413
|
2020-05-20 08:13:42 +00:00 |
|
|
|
dc3e919ef0
|
Merge branch '412-resq-report-on-jos-that-were-auto-assigned' into 'master'
Resolve "Resq - report on JOs that were auto-assigned"
Closes #412
See merge request jankstudio/resq!474
|
2020-05-20 07:48:55 +00:00 |
|
Korina Cordero
|
c2ca48c402
|
Add auto assigned job orders report. #412
|
2020-05-20 07:40:18 +00:00 |
|
|
|
09b8ed2b40
|
Merge branch '411-resq-hub-view-enhancements' into 'master'
Resolve "Resq - hub view enhancements"
Closes #411
See merge request jankstudio/resq!473
|
2020-05-20 05:43:07 +00:00 |
|