Giter VIP home page Giter VIP logo

training-devon-client's Issues

Synchronize model of IO 'Special' between sample solutions for client and server

For the sample solution of the js client, I needed to mock the model of the IO 'Special'. I assumed the following properties, some of which are currently calculated client side but might also be calculated on the server.

var mockspecials = [
    {
        "id": 101,
        "modificationCounter": 1,
        "revision": null,
        "number": 1,
        "specialName": "Happy Hour",
        "offerId": 5, // "Cola"
        "specialPrice": 9.99,
        "activeFrom": new Date(1970, 0, 1, 19, 0, 0),
        "activeTo": new Date(1970, 0, 1, 21, 0, 0),
        // added from offer
        "specialOffer" = offer.description,
        "originalPrice" = offer.price,
        // calculated
        "savings": <originalPrice - specialPrice>,
        "savingsPercentage": <calculated from savings>,
        "activeStatus": <"Active" | "Inactive">,
    }];

Please consider this when designing the IO on the server and/or align with me so that client and server implementations will match.

Move this repo to devonfw-training

Actually this repository is located in the wrong github organisation. Instead of devonfw it should be located in devonfw-training:
https://github.com/devonfw-training/

I will move this repo to the correct devonfw-training organisation. However, with this issue I am informing the makers of this repo. If there is any concern, please immediatly speak up by directly contacting me or commenting this issue. Otherwise I will proceed and move the repo soon.

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.