History search #182

Closed
opened 2019-02-08 17:48:36 +00:00 by jankstudio · 16 comments
jankstudio commented 2019-02-08 17:48:36 +00:00 (Migrated from gitlab.com)

Menu item for history search

Screen for history search

Search by plate number, phone number, name

Display legacy job orders, current job orders and warranty details


Notes for Kor:

Make a service for the search called GeneralSearch (if you can find a better service name, please replace)

only param to be passed is $search_term

service will then search for $serach_term in LegacyJobOrder, JobOrder and Warranty

it should return an array that contains the following:

[
'legacy_job_orders' => [],
'job_orders' => [],
'warranties' => [],
]

each of those containing the results, blank array for no results

Menu item for history search Screen for history search Search by plate number, phone number, name Display legacy job orders, current job orders and warranty details ---------------------------------------------------------- Notes for Kor: Make a service for the search called GeneralSearch (if you can find a better service name, please replace) only param to be passed is $search_term service will then search for $serach_term in LegacyJobOrder, JobOrder and Warranty it should return an array that contains the following: ``` [ 'legacy_job_orders' => [], 'job_orders' => [], 'warranties' => [], ] ``` each of those containing the results, blank array for no results
jankstudio commented 2019-02-08 17:49:42 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jankstudio commented 2019-03-11 12:09:42 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jankstudio commented 2019-03-11 12:09:56 +00:00 (Migrated from gitlab.com)

assigned to @korina.cordero

assigned to @korina.cordero
korina.cordero commented 2019-03-11 12:39:55 +00:00 (Migrated from gitlab.com)

mentioned in merge request !227

mentioned in merge request !227
korina.cordero commented 2019-03-11 12:39:55 +00:00 (Migrated from gitlab.com)

created merge request !227 to address this issue

created merge request !227 to address this issue
korina.cordero commented 2019-03-12 09:30:49 +00:00 (Migrated from gitlab.com)

mentioned in commit 34c22b01e2

mentioned in commit 34c22b01e296d27c1de6b33507b2aace9eaa1f6c
korina.cordero commented 2019-03-13 03:24:15 +00:00 (Migrated from gitlab.com)

mentioned in commit e447973bb0

mentioned in commit e447973bb0b7002051c8675cf5f34e9b55fe9480
korina.cordero commented 2019-03-13 07:18:12 +00:00 (Migrated from gitlab.com)

mentioned in commit dc842aab5e

mentioned in commit dc842aab5e72eccb244efba5e89b4128dd48d1f7
korina.cordero commented 2019-03-14 08:45:20 +00:00 (Migrated from gitlab.com)

mentioned in commit bd1009dac9

mentioned in commit bd1009dac914d60fb076be95cda5622cbad11538
korina.cordero commented 2019-03-14 11:32:03 +00:00 (Migrated from gitlab.com)

mentioned in commit fc94bfbef1

mentioned in commit fc94bfbef19828ee501236a6e5f9e85670fe49c2
korina.cordero commented 2019-03-15 09:16:40 +00:00 (Migrated from gitlab.com)

mentioned in commit b021479d2e

mentioned in commit b021479d2ef791bd3da28c7074836cec07fdfa1c
korina.cordero commented 2019-03-18 07:20:43 +00:00 (Migrated from gitlab.com)

mentioned in commit 97570405d6

mentioned in commit 97570405d6caed04e5a25a8a8a3fd4c29b8c1e95
korina.cordero commented 2019-03-18 08:01:34 +00:00 (Migrated from gitlab.com)

mentioned in commit 9e5b597d44

mentioned in commit 9e5b597d44404da5440237e1988f0cd46c197b83
korina.cordero commented 2019-03-18 10:07:53 +00:00 (Migrated from gitlab.com)

mentioned in commit 179fbe3718

mentioned in commit 179fbe3718df43a7602b1ac18c9b797a75a6b68c
jankstudio commented 2019-03-18 12:46:20 +00:00 (Migrated from gitlab.com)

closed via merge request !227

closed via merge request !227
jankstudio commented 2019-03-18 12:46:21 +00:00 (Migrated from gitlab.com)

mentioned in commit 66be264ae8

mentioned in commit 66be264ae8fad70d73c78708bbf99117509d1777
Sign in to join this conversation.
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#182
No description provided.