react_shopping_cart_test02

About This Space

Second attempt to create a shopping cart in react


Last updated on June 25, 2019

Forked from: /rruizque/react_shopping_cart_test/

Public Permissions:   View   Open/Fork   Run   Comment  

Database Table Lookup Template

This template provides an example of a simple database inquiry and the use of database-driven components.

Database Driven Auto-Complete

The customer number textbox provides auto-complete functionality that shows available customer numbers, along with the corresponding customer names. The user simply starts typing into the box to see available choices.

Screenshot

This functionality is accomplished without any extra Node.js code thanks to the database-driven widget capabilities found in NodeRun. The textbox widget has the following properties set for auto-complete:

  • choices database table
  • choices options field
  • choices value field

Screenshot

Other properties can help further refine the auto-complete functionality:

  • choices selection criteria
  • choices parameter value
  • max choices
  • contains match
  • case sensitive

Retrieving Full Customer Information

Customer information is retrieved and then placed on the screen using pjs.query(), which accepts an SQL statement along with any parameters to bind to the SQL. The results of pjs.query() are returned into a JavaScript array without the need for a callback function. This simplifies top-down business application programming.

Controlling Visibility

Widgets on the screen can be bound to fields or variables within your Node.js code. For example, the "visibility" property of the widget that shows the Invalid Customer Number message was bound to a boolean field named invalid. Now, we can easily trigger the message from our Node.js code just by setting invalid to true or false.

API

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Rodrigo (@rruizque)

Filters:

Popular Recent

Full stack responsive restaurant point of sale using Node.js Rich Displays and MariaDB. A link to an educational site on the use of Rich Displays is available in the readme file

20402

0

0

running time comparison

21097

0

0

running time comparison

20728

0

0

Full-stack application build with Node.js, MariaDB and Rich Displays. A link to an educational step by step video tutorial is available in the Readme file

17205

0

0

shopping cart in react.js connected to a database

19499

0

0

Simple Carousel to display one item at the time

19910

0

0

A demo of how to create a very simple To Do List interface

19114

0

0

forking a To Do List app, this application allows the user to move items between two grids

19831

0

0