platelet-app / platelet

Dispatch system for emergency volunteer couriers.
https://platelet.app
Apache License 2.0
38 stars 10 forks source link

H and B Caller field for name of establishment #56

Closed ianphunt58 closed 2 years ago

ianphunt58 commented 2 years ago

A establishment may call for a task, that comes from and goes to different locations. We need to record the establsihment that makes the request

duckbytes commented 2 years ago

There are three places to record contact information at the moment - there are the "caller details" and also contact information against the pick up and delivery locations. The pick up and delivery location contact information is auto-filled from the directory, but it can be changed by the user after.

Does this work for this use case?

ianphunt58 commented 2 years ago

Not sure it does.

For example, I have this:

Is there a place to add all those

Ian

From: Theo @.> Sent: 19 April 2022 18:26 To: platelet-app/platelet @.> Cc: ianphunt58 @.>; Author @.> Subject: Re: [platelet-app/platelet] H and B Add Caller Establishment (Issue #56)

There are three places to record contact information at the moment - there are the "caller details" and also contact information against the pick up and delivery locations. The pick up and delivery location contact information is auto-filled from the directory, but it can be changed by the user after.

Does that work for this use case?

— Reply to this email directly, view it on GitHub https://github.com/platelet-app/platelet/issues/56#issuecomment-1102904283 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYEX273EIM3XKLZYVPOHQ4TVF3UCBANCNFSM5TZAVTNQ . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AYEX27Y7VBNA7DPVLL3HDWTVF3UCBA5CNFSM5TZAVTN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIG6PXWY.gif Message ID: @. @.> >

duckbytes commented 2 years ago

Ah I understand better now. Yes I'm sure an extra field could be added for the establishment name.

duckbytes commented 2 years ago

Proposal for a possible solution towards both this issue and #45

Searchable locations directory on the caller screen to search through known establishments: Screenshot from 2022-05-06 20-28-33 Screenshot from 2022-05-06 20-28-37 On selection, the establishment label is displayed and a toggle "Same as pick up?" appears. The telephone number is auto-filled from the directory. Screenshot from 2022-05-06 20-35-56 When Same as pick up? is selected the pick up location is auto-filled with the same details Screenshot from 2022-05-06 20-28-58 Move priority to the final step to better fit the flow of a conversation. Screenshot from 2022-05-06 20-29-05

I've also swapped the pick-up/deliver tabs with items tab to better fit the flow of the conversation.

@PaulFreewheelersEVS let me know your thoughts too.

PaulFreewheelersEVS commented 2 years ago

This works for me for #45