Skip to content

The application displays in the form of a table the distribution of cars in the service center by the service stages (columns of the table).

Notifications You must be signed in to change notification settings

PavelPoroskov/pulltablo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulltablo

The application displays in the form of a table the distribution of cars in the service center by the service stages (columns of the table).

Instead of a unoptimal architecture "get periodically the state of all cars and display" the architecture is used "partial display changes when the state of one car changes."

The application uses react, redux, reselect, reselect-map, nodejs, socket.io.

WebSocket is used: changes are pushed to the browser when they occur.

It is used React, reselect: only the changed elements of the page are resized.

If you change one car (the car from the "Wash" step has moved to the "Execution (wait)"), only the columns "Wash" and "Execution (wait)" will be redrawn.

About

The application displays in the form of a table the distribution of cars in the service center by the service stages (columns of the table).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages