Giter VIP home page Giter VIP logo

igx-demo's Introduction

A product with the following model

Product { sku:string; name:string; brand:string; stockQty:number; available:boolean; description:{ text:string; price:string; discount:number; } }

Sku - is autocomplete input, after you type 2 characters you will doo a server request and will receive a list. The list will be displayed as a drop-down. A SKU has the following model :
Sku { sku:string; name:string; brand:string; }

  • You have a grid where you display the Product List
  • It’s empty initially so you can select "New Product"
  • When you fill in the SKU, if exists, you need to populate the product fields with data(information) from the selected SKU
  • if you edit the stockQty field then available needs to be False
  • You can Add/Edit/Delete many rows from the grid - they will remain in transaction until you hit commit
  • there is a “SAVE” button which does the comit to the transaction

igx-demo's People

Contributors

tbrajkovic avatar

Watchers

 avatar

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.