You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was working on tapd plugin, I found that sub tasks shared a lot of common code. Most of time, we only need to fill some words. So I am thinking of creating plugin subtasks by cmd, then make some minor changes. (Maybe we can even do the entity mapping work on config-ui, and save the config and run plugins without coding? Just a knocking-head thought)
Describe the solution you'd like
I read similar code from devstream, we can learn from them.
create template files
create cmd to create plugins subtasks by input plugin_name, entity_name and subtask
Has the Feature been Requested Before?
Please link any other
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Description
When I was working on tapd plugin, I found that sub tasks shared a lot of common code. Most of time, we only need to fill some words. So I am thinking of creating plugin subtasks by cmd, then make some minor changes. (Maybe we can even do the entity mapping work on config-ui, and save the config and run plugins without coding? Just a knocking-head thought)
Describe the solution you'd like
I read similar code from devstream, we can learn from them.
plugin_name
,entity_name
andsubtask
Has the Feature been Requested Before?
Please link any other
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: