Codit / lunchorder

Order lunch at your enterprise with ease
MIT License
10 stars 6 forks source link

Create an app for lunch and more #147

Open Wautvda opened 5 years ago

Wautvda commented 5 years ago

In the Codit offices the wallet on the website is also used for softdrinks. This is written down on a piece of paper and monthly substracted from the wallet by the head of office. An improvement would be that we have an app (or extend the website) were we can order what is available: lunch, softdrinks, .... Lunch still needs to be unable to register when the order has been placed. Softdrinks should be available all day long.

An extension on this could be that there is a little warehouse management of stock on what is in the office so we never run out of something.

tomkerkhove commented 5 years ago

@pieterdv Is there a way that we can expose (some) of the APIs that the website is using over API Management? This would allow people like Waut to be able to extend it.

However, we need to be careful what is being exposed of course and the level of security around it, it's money in the end so better safe than sorry.

Wautvda commented 5 years ago

I would just expose endpoint that enable a user to place this order. But let the backend handle the wallet functions. If possible/required I can sit down with @pieterdv to create usecases and see how we are best equiped to do this.

pieterdv commented 5 years ago

It's possible to do, most of the work will come in updating the data model so we can extend it for other uses like softdrinks. And like you're saying security.

tomkerkhove commented 5 years ago

Feel free to circle back to this thread with the outcome :+1: