Kanban for Compounding Department in a Manufacturing Facility.
Right now this only uses local storage. After it takes full form it will be able to be hosted on a local server. Once hosted that way, all employees will be able to reference the Compounding Department's Kanban from their own departments.
-
Ordering Department can make sure enough components are on hand by knowing what batch production is running.
-
Scheduling Department will be able to see what batches are currently being ran and if production is on schedule.
-
Production Line Leads can plan their shifts by knowing current and upcomming batch information.
Hovering over a flavor in the Production Sequence area shows the volume in each batch.
Tank modal tool shows product level in the tank, estimated change over time, and unit amount at the bottom prop of the tank
Color of border matches flavor of run (admin)
-
Make cans per minute editable from the UI
-
Make tank dimension variables editable from the UI
-
Switch from storing data in local storage to PostGres database
-
Create server and API with Express.js and Node.js
-
Bundle it all up in a Docker container to run on a local server
-
Download & unzip the repo .zip file
-
Drag the static/index.html file into the browser
Clone the project
git clone https://github.com/ZediWards/Compounding-Kanban.git
Go to the index.html file
cd Compounding-Kanban/static/index.html
Start Live Server
live-server