Giter Site home page Giter Site logo

app's People

Contributors

sebastianruehmann avatar snapsnapturtle avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

app's Issues

Auth service for the admin-login

Potentially later it is also used for a multiple user login. I think about a registration form for new users which get access on our servers with waiterio. This differs from our currently "self hosted open source" approach. What do you think? Maybe a free plan for developers and a cheap one for non technicians?

Menus

Should we deliver a possibility to bunch together a few dishes?
Like a suggestion and a quick order way for the customer.

dishes: POST file upload

The dishes POST endpoint have to accept and process the dishes->image. The process should check if the image is valid (eg. image size...) and save it to a image database. Maybe a AWS service could be senseful for this!?

the endpoint /api/orders is accessed more often than necessary

On the /#/kitchen view, while listing the open orders, the /api/orders endpoint is requested for each order, resulting in diminishing returns, as this specific endpoint only returns a list of the orders. This request only has to be done once, which it already is, but also sub sequentially for every order in the list again. Solution: removing the request that calls the /api/orders endpoint in the loop and only leave the first call that returns the order list

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.