Skip to content

Instantly share code, notes, and snippets.

@sarath-menon
Created February 13, 2024 18:24
Show Gist options
  • Save sarath-menon/c510d7fc5d053add9e6161be41624f5d to your computer and use it in GitHub Desktop.
Save sarath-menon/c510d7fc5d053add9e6161be41624f5d to your computer and use it in GitHub Desktop.
json_sample
[
{
"id": 1,
"name": "Warehouse Drones",
"type_id": 1,
"description": "Autonomously navigate and scan barcodes in the warehouse, collecting item data and sensor readings."
},
{
"id": 2,
"name": "Inventory Management System (IMS)",
"type_id": 3,
"description": "Processes scanned data, manages inventory information, generates reports, and interacts with UI and Cloud Storage."
},
{
"id": 3,
"name": "Cloud Storage",
"type_id": 2,
"description": "Securely stores historical inventory data, drone logs, and system configurations."
},
{
"id": 4,
"name": "User Interface (UI)",
"type_id": 4,
"description": "Web interface for warehouse operators to monitor inventory, view reports, and manage the system."
},
{
"id": 5,
"name": "Warehouse Operator",
"type_id": 5,
"description": "Manages the warehouse, uses the UI to interact with the system, and receives inventory analytics reports."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment