-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Monitor "Livraison" side of the application #533
Comments
In English, it's called "Delivery" and it looks like it's available in multiple countries. I would say the main question would be how the delivery items should be handled. As you can't favorite them, you can only check for all at once.
|
Thanks.
My 2 cents on this :
As these items are not location specific, and are available for sale for a
predefined number of items, getting a notification for each addition in the
available section is a good starting point, and useful for users.
For the “backlog”, I would say that we can keep track of the available
ones, in the “current” list. At each check,
- new offer : send notification
- in the current offering and in the “current” list : nothing to do
- in the “expired” section of the website ( or not anymore in the
available section) : remove from the current list and no notification
Some of them are really interesting, and user are interested in knowing
when there are in stock again.
Let me know if this is clear or not.
Le jeu. 12 sept. 20 à 19:32, floriegl ***@***.***> a écrit :
… In English, it's called "Delivery" and it looks like it's available in
multiple countries. I would say the main question would be how the delivery
items should be handled. As you can't favorite them, you can only check for
all at once.
- Does it make sense to send out a notification whenever a new
delivery item gets added and/or gets available again?
- How would the monitor store the delivery items where a notification
already got sent out? If you store them forever, it could lead to an issue
with storage. And not saving them would lead to the issue, that all
notifications get sent again after a bot restart...
—
Reply to this email directly, view it on GitHub
<#533 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKHBAGODJ2JMLMGRUNX6M3ZWHFZPAVCNFSM6AAAAABMWLA75SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWHA3DEOJTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This also duplicates #529 as I have just noticed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I would like to use the tgtg-scanner to monitor when new "Livraison" packages are available.
"Livraison" is at least available in france, and offers the option to order a parcel of items (and this is sent by TGTG or by one of their supplier), but does not rely on your location.
You just need to place an order when the "parcel" is available, and this is delivered by a shipping company to your home.
Is there an option to look into that, or any idea on how to proceed to extend the current scanner or that option ?
thanks,
The text was updated successfully, but these errors were encountered: