---------- Forwarded message ---------
Von: Orges Leka <orges.l...@gmail.com>
Date: Mo., 16. März 2020 um 21:13 Uhr
Subject: Re: Reduce waiting queue at supermarket from Corona with
Python-Webapp
To: Chris Angelico <ros...@gmail.com>


Thanks for your insight. The date / time could be from a predefined list,
for example:

10:00-11:00
11:00-12:00
...
20:00-21:00

This would work like a calender function. Where each user can register for
example for three distinct time slots, and then he will see, approximately,
the time distribution of other users.

For the getting enough people to use it, I think word-of-mouth should work,
as it would help those who use it, plus it reduces the chance of physical
contact, so there is a win-win situation in using the app.

Maybe if someone from the media promotes the app, this should boost it also.

Kind regards,
Orges

Am Mo., 16. März 2020 um 21:00 Uhr schrieb Chris Angelico <ros...@gmail.com
>:

> On Tue, Mar 17, 2020 at 6:25 AM Orges Leka <orges.l...@gmail.com> wrote:
> >
> > Dear Python developers,
> >
> > I am a data scientist and use Python regularly. I have a question:
> > How difficult is it to write a Python web-app, with the following basic
> > functionality:
> >
> > The user writes anonymously without registration where (City,
> supermarket),
> > when (Date and Time) he plans to go to the supermarket.
> > If this is done by a lot of users, the first user gets to see the number
> of
> > other buyers at this supermarket and can better plan when to go shopping.
> > This would reduce the waiting queue at the supermarket and possibly the
> > contact to other people thus would help a little bit in slowing down the
> > spread of the Corona virus.
> > One could also add openstreetmap functionality to this.
> >
>
> It'd be pretty easy to write the app. The hard part would be getting
> enough people to use it, since the app can only see how many other
> people are also using the app. Since you need it to work with any
> specified date/time, it can't simply look at current traffic (even if
> that information were available), which means you're basically limited
> to information shared by other users.
>
> ChrisA
> --
> https://mail.python.org/mailman/listinfo/python-list
>


-- 
Mit freundlichen Grüßen
Herr Dipl. Math. Orges Leka

Mobil: 015751078391
Email: orges.l...@googlemail.com
Holzheimerstraße 25
65549 Limburg


-- 
Mit freundlichen Grüßen
Herr Dipl. Math. Orges Leka

Mobil: 015751078391
Email: orges.l...@googlemail.com
Holzheimerstraße 25
65549 Limburg
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to