-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back-end code cleanup, docs, style (#91)
* chore: Change mentions of 'React' to generic 'ui-graph' * fix: Change node update from POST->PATCH to be RESTful * doc: Update/add docstrings for Nodes * fix: Update remaining Nodes to use flow_vars instead of `**self.options` * chore: Remove unused import statements * style: Update spacing, long line lengths * fix: Update (de)serialization of Workflow to include all attributes Slight modification to make method `to_json()` instead of `to_session_dict()`. Should be functionally the same. * style: Re-order method to group be by similar actions Alphabetical by group. Makes it easier to find, `add_edge` for example. * chore: Remove old TODOs that have been completed * fix: Update remaining Workflow calls to `to_json()` * test: Update to use new to_json method * chore: Update coverage badges --------- Co-authored-by: Matt Thomas <[email protected]>
- Loading branch information
Showing
18 changed files
with
333 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
back-end/pyworkflow/pyworkflow/nodes/flow_control/integer_input.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.