Skip to content

Commit e728d75

Browse files
authored
Add workflow and workflow_ui plugins (#29)
* Add workflow and workflow_ui plugins * Update workflow plugin metadata
1 parent decade1 commit e728d75

File tree

5 files changed

+90
-0
lines changed

5 files changed

+90
-0
lines changed

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@
3737
[submodule "plugins/ai_ui"]
3838
path = plugins/ai_ui
3939
url = https://github.com/fastapi-practices/ai_ui.git
40+
[submodule "plugins/workflow"]
41+
path = plugins/workflow
42+
url = https://github.com/eginner01/workflow.git
43+
branch = main
44+
[submodule "plugins/workflow_ui"]
45+
path = plugins/workflow_ui
46+
url = https://github.com/eginner01/workflow_ui.git
47+
branch = main

plugins-data.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,46 @@
270270
"url": "https://github.com/fastapi-practices/tenant.git",
271271
"branch": "master"
272272
}
273+
},
274+
{
275+
"plugin": {
276+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
277+
"summary": "企业审批流",
278+
"version": "0.1.0",
279+
"description": "流程定义、审批实例、审批任务与消息通知",
280+
"author": "Albert",
281+
"tags": [
282+
"task",
283+
"notification"
284+
],
285+
"database": [
286+
"mysql",
287+
"postgresql"
288+
]
289+
},
290+
"git": {
291+
"path": "plugins/workflow",
292+
"url": "https://github.com/eginner01/workflow.git",
293+
"branch": "master"
294+
}
295+
},
296+
{
297+
"plugin": {
298+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
299+
"summary": "Workflow UI",
300+
"version": "0.1.0",
301+
"description": "企业审批流前端页面、流程设计器与申请侧视图",
302+
"author": "Albert",
303+
"tags": [
304+
"task",
305+
"notification"
306+
]
307+
},
308+
"git": {
309+
"path": "plugins/workflow_ui",
310+
"url": "https://github.com/eginner01/workflow_ui.git",
311+
"branch": "main"
312+
}
273313
}
274314
]
275315
}

plugins-data.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,45 @@ export const pluginDataList: PluginData[] = [
294294
"url": "https://github.com/fastapi-practices/tenant.git",
295295
"branch": "master"
296296
}
297+
},
298+
{
299+
"plugin": {
300+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
301+
"summary": "企业审批流",
302+
"version": "0.1.0",
303+
"description": "流程定义、审批实例、审批任务与消息通知",
304+
"author": "Albert",
305+
"tags": [
306+
"task",
307+
"notification"
308+
],
309+
"database": [
310+
"mysql",
311+
"postgresql"
312+
]
313+
},
314+
"git": {
315+
"path": "plugins/workflow",
316+
"url": "https://github.com/eginner01/workflow.git",
317+
"branch": "master"
318+
}
319+
},
320+
{
321+
"plugin": {
322+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
323+
"summary": "Workflow UI",
324+
"version": "0.1.0",
325+
"description": "企业审批流前端页面、流程设计器与申请侧视图",
326+
"author": "Albert",
327+
"tags": [
328+
"task",
329+
"notification"
330+
]
331+
},
332+
"git": {
333+
"path": "plugins/workflow_ui",
334+
"url": "https://github.com/eginner01/workflow_ui.git",
335+
"branch": "main"
336+
}
297337
}
298338
]

plugins/workflow

Submodule workflow added at 6523904

plugins/workflow_ui

Submodule workflow_ui added at 7f652be

0 commit comments

Comments
 (0)