-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc6ea0b
commit a159fb3
Showing
8 changed files
with
173 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const domainsData = [ | ||
{ | ||
name: 'Products', | ||
description: 'Products Management', | ||
}, | ||
{ | ||
name: 'Services', | ||
description: 'Services Management', | ||
}, | ||
{ | ||
name: 'Staff', | ||
description: 'Staff Management', | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
export const entitiesData = [{ | ||
name: 'Clothing', | ||
description: 'Minima rerum voluptates deserunt.\nDistinctio molestias ducimus commodi dicta illo veniam animi.' | ||
}, | ||
{ | ||
name: 'Beauty', | ||
description: 'Deserunt incidunt vero itaque quae repellat quibus…electus.\nEveniet ipsum qui nulla accusantium sit.' | ||
}, | ||
{ | ||
name: 'Movies', | ||
description: 'Omnis magni deserunt.\nBlanditiis debitis neque pro…ent architecto eligendi quia harum doloribus nam.' | ||
}, | ||
{ | ||
name: 'Garden', | ||
description: 'Qui nisi voluptas quis dolor ipsum officia cupidit…squam recusandae deleniti error ipsum alias iure.' | ||
}, | ||
{ | ||
name: 'Kids', | ||
description: 'Consequuntur modi veritatis occaecati qui dolore e…ndi libero exercitationem quo impedit distinctio.' | ||
}, | ||
{ | ||
name: 'Sports', | ||
description: 'Quae dolor temporibus sint dolores.\nMollitia natus quo officia eos pariatur eos facere veritatis.' | ||
}, | ||
{ | ||
name: 'Automotive', | ||
description: 'Omnis id eveniet nostrum optio voluptatibus soluta…sunt voluptatum doloremque pariatur nobis beatae.' | ||
}, | ||
{ | ||
name: 'Baby', | ||
description: 'Autem mollitia repellat voluptatem nesciunt iste a…da.\nPossimus mollitia adipisci eius itaque atque.' | ||
}, | ||
{ | ||
name: 'Electronics', | ||
description: 'Est cupiditate aperiam praesentium velit eveniet e…tam modi saepe asperiores accusantium enim ullam.' | ||
}, | ||
{ | ||
name: 'Home', | ||
description: 'Fugit eum nesciunt doloribus maxime.\nProvident dol…es tempora ipsum nobis rerum aut voluptate harum.' | ||
}, | ||
{ | ||
name: 'Computers', | ||
description: 'Saepe cumque aliquid error consequatur odit aut.\nE…anditiis voluptatem dolorem rem voluptates dicta.' | ||
}, | ||
{ | ||
name: 'Music', | ||
description: 'Inventore fugit sunt quisquam natus fugiat distinc…m velit omnis praesentium minus numquam officiis.' | ||
}, | ||
{ | ||
name: 'Toys', | ||
description: 'Eos facere veniam.\nLaudantium sit ullam est harum ducimus tempora.' | ||
}, | ||
{ | ||
name: 'Tools', | ||
description: 'Asperiores iusto quod culpa in rerum distinctio nostrum expedita.\nEx dicta voluptate.' | ||
}, | ||
{ | ||
name: 'Health', | ||
description: 'Nobis quaerat ipsam.\nNam quibusdam soluta mollitia facere iure.' | ||
}, | ||
{ | ||
name: 'Games', | ||
description: 'Excepturi temporibus eligendi saepe quos labore.\nE…ratione est distinctio deserunt laboriosam rerum.' | ||
}, | ||
{ | ||
name: 'Jewelery', | ||
description: 'Vel quae rem provident quia.\nUnde reprehenderit cum unde eius vel exercitationem.' | ||
}, | ||
{ | ||
name: 'Shoes', | ||
description: 'Est corporis placeat tempora nisi possimus.\nDicta repellat odit possimus optio vero.' | ||
}, | ||
{ | ||
name: 'Grocery', | ||
description: 'Libero rerum doloribus quasi debitis dolorem ad ne…pariatur optio iure maiores aspernatur accusamus.' | ||
}, | ||
{ | ||
name: 'Outdoors', | ||
description: 'Ut molestiae at quaerat consectetur debitis cum.\nAutem beatae quisquam a vitae excepturi eaque non.' | ||
}, | ||
{ | ||
name: 'Books', | ||
description: 'Alias soluta cupiditate soluta iure veritatis quib…m voluptatum deserunt dolores excepturi voluptas.' | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters