first commit

This commit is contained in:
Your NamebaishaliHolocron
2026-06-15 12:57:03 +05:30
commit b9ac5ae0b2
398 changed files with 49583 additions and 0 deletions

0
bpmn/.gitignore vendored Normal file
View File

8
bpmn/environments.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"envName": "local",
"applicationUrl": "http://localhost:8071",
"authUrl": "https://ikoncloud-dev.keross.com/ikon-api",
"jobUrl": "http://localhost:8083"
}
]

View File

@@ -0,0 +1,9 @@
[
{
"id": "ed3d5e4f-1ea9-4008-92f9-6d09cec9e0ff",
"name": "src",
"path": "C:\\Projects\\project-management\\bpmn\\src_ed3d5e4f-1ea9-4008-92f9-6d09cec9e0ff",
"nodeType": "folder",
"children": null
}
]

2
bpmn/lib/readme.md Normal file
View File

@@ -0,0 +1,2 @@
# lib
This will contain additional libraries for you to use

8
bpmn/package-lock.json generated Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "projectmanagement",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
}
}

12
bpmn/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "projectmanagement",
"version": "1.0.0",
"main": "./src/index.js",
"type": "module",
"scripts": {
"start": "node ./src/index.js"
},
"author": "",
"license": "ISC",
"description": ""
}

31
bpmn/project.json Normal file
View File

@@ -0,0 +1,31 @@
{
"projectName": "projectmanagement",
"groups": [
{
"id": "b3a6bf0c-19f1-49b8-beac-5ccabfcf8721",
"name": "Admins",
"description": "",
"active": true
}
],
"roles": [
{
"id": "18980c5d-fd55-4238-896c-57006a7fe372",
"name": "Admin",
"active": true,
"description": "",
"groups": [
"b3a6bf0c-19f1-49b8-beac-5ccabfcf8721"
]
},
{
"id": "0867d509-aa6c-4c3a-9abf-1b2c584c16f8",
"name": "Project manager",
"active": true,
"description": "",
"groups": [
"b3a6bf0c-19f1-49b8-beac-5ccabfcf8721"
]
}
]
}

View File

@@ -0,0 +1,3 @@
# src
src will contain all of your src folders