Feature request
The current way we create processes in the GUI needs to be tweaked. Instead of this:
We need to make the following changes:
new_process_node.new_edge(
input=new_product_node,
type=bw2data.labels.production_edge_default,
amount=1,
)
Users don't need to think about the Database type - this should be a reflection of the data in the database.
Feature request
The current way we create processes in the GUI needs to be tweaked. Instead of this:
We need to make the following changes:
New activity->New process.Duplicate activitytoDuplicate nodeDelete activitytoDelete nodeNew processshould be changedNew processproductwith the name of the "reference product" from the creation panelNodeshould take the "Reference product name" as "name", as well as "unit" and "location" attributes.exchangeon the new process:New product, should be added to the contextual menu. This should pop up a menuUsers don't need to think about the
Databasetype - this should be a reflection of the data in the database.functionalin one place, not both placesinputspanel should have the column "functional"functionaledges (looking across both the inputs and outputs), then its type needs to change tomultifunctional, and the database backend needs to change tomultifunctional.multifunctional, the left panel listing the nodes needs to be refreshed.functionaledge (looking across both the inputs and outputs), then its type needs to change toprocess.