Der-Henning / tgtg

Scanner for Too Good To Go Notifications
https://github.com/Der-Henning/tgtg/wiki
GNU General Public License v3.0
357 stars 59 forks source link

Reserve more than one bag at a time #510

Open ihor-chaban opened 1 week ago

ihor-chaban commented 1 week ago

I know that in order to reserve few bags I can reserve the same bag several times. But it looks like in such cases it still reserves only one bag at a time, so it will require X checks to reserve X bags from the same store, given that they are still available. But often it's not possible because all bags are sold out before the next check happens. Especially taking into account that the feature is particularly useful for high-demand stores. It would be nice to have it handled as expected (to reserve all X bags at once or all bags that are available, if less than X).