mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create use-cases.js
This commit is contained in:
17
documentation/src/assets/use-cases.js
Normal file
17
documentation/src/assets/use-cases.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('../types/use-cases').UseCases[]} */
|
||||
module.exports = [
|
||||
{
|
||||
route: "usystem",
|
||||
title: "QUOTE/PURCHASE INTERFACE",
|
||||
description:
|
||||
"Usystem has developed a <strong>system for quoting/purchasing</strong> products for a logistics company in Paraguay via <strong>refine</strong>, the operator performs the purchase request for parts for vehicles, machines or administrative items.",
|
||||
thumbImgURL: "/use-cases/usystem.png",
|
||||
},
|
||||
{
|
||||
route: "gravity",
|
||||
title: "DASHBOARD",
|
||||
description:
|
||||
"Gravity Enterprises has created a <strong>dashboard</strong> from scratch via <strong>refine</strong>.",
|
||||
thumbImgURL: "/use-cases/gravity.png",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user