Git Product home page Git Product logo

dominosstockorder's People

Watchers

 avatar

dominosstockorder's Issues

Add confirmation when saving order to portal

Currently there is no communication to the front end about the status of saving a stock order so it is unknown if it succeeded or failed in any way. The usage of Signalr makes this slightly more difficult because a client cannot reply to a message directly.

PendingOrderController.SaveOrder should make use of SpinWait.SpinUntil to wait for a response from the ordering browser. PurchasingHub will need to accept a response from clients and the result needs to be stored somewhere (e.g. IPendingOrdersCacheService), and a new controller will need to be added to poll the status data.

Ad status to main stock order page

Currently there is no communication in the front end about what is happening or has not happened on the server. A new endpoint should be added that collates the following:

  • communication with the ordering browser
  • whether an order has been sent or if the server is still waiting
  • pulse EOD status for the processing date
  • ending inventory is for the processing date

This should be checked frequently in the client and a warning should be shown on the ordering page.

Weekly food Theo missing first week

The first week of food Theo pulled from pulse doesn't get stored by ConsolidatedInventoryService. This is because if the pulse code doesn't exist in the dictionary a new empty ItemData is created and the DailyInventory is never stored.

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.