-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation of multifunctional
processes and databases
#47
Comments
multifunctional
processes and databases
@zoltanszocs really great work so far, here are some refinements:
In this case, if there is no possible allocation strategy, we should instead show a modal popup with the message: "This database now has a multifunctional process. In order to do calculations correctly, we need to define a default allocation; however, there are no properties available for all products. Defaulting to equal allocation, please add product properties and then select a different allocation method."
|
Some additional tasks taken from Slack:
|
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 activity
toDuplicate node
Delete activity
toDelete node
New process
should be changedNew process
product
with the name of the "reference product" from the creation panelNode
should take the "Reference product name" as "name", as well as "unit" and "location" attributes.exchange
on 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
Database
type - this should be a reflection of the data in the database.functional
in one place, not both placesinputs
panel should have the column "functional"functional
edges (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.functional
edge (looking across both the inputs and outputs), then its type needs to change toprocess
.The text was updated successfully, but these errors were encountered: