Skip to content

Alejfire/order-management-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Management Dashboard

Web App I prototyped quickly for the company I worked for. Capable of storing, filtering and graphing container orders data as well as tracking container location with a valid timetocargo API key.

Features:

  • Insert Data on orders and containers
  • Display that data in a table
  • Search and filter all data in the table
  • Graph information on the orders automatically
  • Track container's current location (Requires a working timetocargo API key to be added to the code)

How to run:

First install dependencies with: pip install -r requirements.txt

And then run the app with: streamlit run app.py

This will give you a link you can open.

How to use:

In the "Orders" tab, you first add new options as you wish for all the categories, and then submit your orders. After doing this you can see your orders on a table in the "View Table" tab and see them graphed in the "Analytics" tab.

About

Web App I prototyped quickly for the company I worked for. Capable of storing, filtering and graphing container orders data as well as tracking container location with a valid timetocargo API key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors