Skip to content

Commit

Permalink
Merge pull request #1037 from juliankawak/master
Browse files Browse the repository at this point in the history
add category, organization and source by KAWAK
  • Loading branch information
mendozamedina authored May 14, 2024
2 parents 6c98c59 + 4032bb9 commit 0cb3da2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,9 @@
{
"id": "WAREHOUSE_MANAGEMENT",
"name": "Warehouse Management"
},
{
"id": "QUALITY_AND_COMPLIANCE_MANAGEMENT",
"name": "Quality and Compliance management"
}
]
6 changes: 6 additions & 0 deletions organizations/kawak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "KAWAK",
"name": "KAWAK COL SAS",
"iconUrl": "https://kawak.com.co/kawak/favicon_kawak.png",
"orgUrl": "https://www.kawak.net/"
}
9 changes: 9 additions & 0 deletions sources/kawak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "KAWAK",
"name": "KAWAK COL SAS",
"categories": ["QUALITY_AND_COMPLIANCE_MANAGEMENT"],
"organization": "KAWAK",
"iconUrl": "https://kawak.com.co/kawak/favicon_kawak.png",
"sourceUrl": "https://www.kawak.net",
"dataVisibility": ["PRIVATE"]
}

0 comments on commit 0cb3da2

Please sign in to comment.