Update use-cases.js

This commit is contained in:
Stefan Pejcic 2024-02-28 21:37:06 +01:00 committed by GitHub
parent f37f339ad9
commit 1c95fb7573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +1,17 @@
/** @type {import('../types/use-cases').UseCases[]} */
module.exports = [
{
route: "usystem",
title: "QUOTE/PURCHASE INTERFACE",
route: "panel",
title: "OpenPanel Documentation",
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.",
"Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
thumbImgURL: "/use-cases/usystem.png",
},
{
route: "gravity",
title: "DASHBOARD",
route: "admin",
title: "OpenAdmin Documentation",
description:
"Gravity Enterprises has created a <strong>dashboard</strong> from scratch via <strong>refine</strong>.",
"Documentation for the <strong>Administrator users</strong>.",
thumbImgURL: "/use-cases/gravity.png",
},
];