BlueJayADAL / BlueJayADAL/JayRadar
Auto Pipe Handling
Open
enhancement
help wanted
TODO
- Dominant language
- Python
- Stars
- 9
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when writing a custom pipe the following must be done to implement it:
1. Write the pipe using the pipe parent class
2. Create the pipe in the pipeline manager class
3. Add a specific add function and functionality to the pipeline manager class
4. Add a tab in the web GUI
5. Add all sliders and spinboxes in the web GUI
I would like to try to find a way to eliminate steps 2 and 3 in the python code to streamline this process.
Any input or advice is welcome.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.