-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select center with center id #521
Comments
If they're all at separate pin codes you can filter by pin codes to achieve this. |
Pin code generally covers ~10 km diameter circle. 40 km is a very very large pincode. Postmen at that delivery office must be going crazy. Can you share the pincode? If you are comfortable with editing python code, take a look at covid-vaccine-booking/src/utils.py Lines 921 to 930 in 4931d99
Here after choosing search option 3, the list of valid options for the district are returned, and are being checked against pin code list. You can modify this part to check against your preferred center id list instead. This will not incur any additional requests. |
370001 Bhuj-Kutch
…On Mon, Jun 14, 2021 at 3:20 AM salian ***@***.***> wrote:
Pin code generally covers ~10 km diameter circle. 40 km is a very very
large pincode. Postmen at that delivery office must be going crazy. Can you
share the pincode?
If you are comfortable with editing python code, take a look at
https://github.com/bombardier-gif/covid-vaccine-booking/blob/4931d999029bfa676a30cf790b0828672f2d454e/src/utils.py#L921-L930
Here after choosing search option 3, the list of valid options for the
district are returned, and are being checked against pin code list. You can
modify this part to check against your preferred center id list instead.
This will not incur any additional requests.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#521 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGTJT7CDLAQMJSRA2OCZFKDTSXJVVANCNFSM46UTFGTQ>
.
|
In case if you not familiar with Python to make the changes, you may like to use this: Demo available here: https://shawt.io/r/sYK You’ll have to modify this part to filter by your centre name.
|
at my pincode I have 4 centers for 18+ some of them are 40km away, so i am asking about is there any available filter for choosing specific center id only.
Thank you
The text was updated successfully, but these errors were encountered: