/Compounding-Kanban

Kanban for Compounding Department in a Manufacturing Facility

Primary LanguageJavaScript

Compounding Kanban MIT License

Kanban for Compounding Department in a Manufacturing Facility.

Features

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.


Screenshots

kanban Kanban page


run-hover Hovering over a flavor in the Production Sequence area shows the volume in each batch.


tank-modal Tank modal tool shows product level in the tank, estimated change over time, and unit amount at the bottom prop of the tank


admin-tank Edit tank information (admin)


admin-runs Color of border matches flavor of run (admin)


admin-notes Edit note information (admin)


Roadmap

  • 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


Run Locally (to use)

  • Download & unzip the repo .zip file

  • Drag the static/index.html file into the browser


Run Locally with Live Server (development)

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