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
Currently when we want to manage which button/step to display in frontend we need to declare available step of a translator in src/lib/translators/.
Perhaps, we could manage this list directly from the steps listed in: server/weaverbird/backends/xxxx/steps/__init__.py ?
The text was updated successfully, but these errors were encountered:
davinov
changed the title
issue: manage available pipeline & associated steps in backend instead of frontend
Manage available pipeline & associated steps in backend instead of frontend
Sep 2, 2021
Yes completly!
This is one of the tasks suggested in #912 : "rewrite the supported/unsupported steps logic in the UI part to remove the dependency to any translators"
This could be declared in a JSON file shared to the UI. Even better if we manage to generate this file from a convention on how the backends are written ^^
Currently when we want to manage which button/step to display in frontend we need to declare available step of a translator in
src/lib/translators/
.Perhaps, we could manage this list directly from the steps listed in:
server/weaverbird/backends/xxxx/steps/__init__.py
?The text was updated successfully, but these errors were encountered: