Skip to content

Commit

Permalink
Add feature to run webhook flow
Browse files Browse the repository at this point in the history
Add feature to manage another instance flows (duplicate, backup, restore, categorize, table view, run, and delete)
Add checking for the flow manager field onload
  • Loading branch information
baguse committed Aug 7, 2024
1 parent 6405933 commit c109410
Show file tree
Hide file tree
Showing 24 changed files with 870 additions and 872 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Roadmap:
- [x] Now we can customize the folder icon and color
- [ ] Pagination on table view
- [ ] Move the category to a collection for better UX and data structure
- [ ] Run Another flow ability
- [x] Run webhook flow ability
- [x] Manage another instance flows



Expand Down Expand Up @@ -78,5 +79,10 @@ Changelogs:
* Add feature to pull flows from another directus instance to the current instance
- 1.4.4 (28 July 2024)
* Add admin access checker on the flow manager module registration
- 1.4.5 (07 August 2024)
* Add feature to run webhook flow
* Add feature to manage another instance flows (duplicate, backup, restore, categorize, table view, run, and delete)
* Add checking for the flow manager field onload

Contributing:
If you want to contribute kindly to create a PR and if you want to request a feature or report of a bug kindly create the Issue
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "directus-extension-flow-manager",
"description": "This is a custom module for managing Flow",
"icon": "extension",
"version": "1.4.4",
"version": "1.4.5",
"author": {
"name": "Bagus Andreanto",
"email": "[email protected]"
Expand Down
187 changes: 0 additions & 187 deletions src/components/flow-item.vue

This file was deleted.

90 changes: 0 additions & 90 deletions src/components/item-options.vue

This file was deleted.

21 changes: 0 additions & 21 deletions src/components/navigation-item-content.vue

This file was deleted.

Loading

0 comments on commit c109410

Please sign in to comment.