Content
View differences
Updated by Marc Alcobé about 1 year ago
**Acceptance criteria:**
* Factor list is added to the available as a project attribute
* The project attribute can be displayed Acceptance criteria are described in the project overview.
* A factor list has these details:
* Name
* Formula
* For all projects
* The formulas can include the following attributes from that project:
* Integer
* Float
* Project factors (project attribute factor lists)
* Mathematical operators: +, -, \*, /, /, ( and )
* Other calculated values
* In order to trigger the selection of the attributes in the field, the user can use the command "/" as implemented in the Automatically generated subjects.
* The command triggers a dropdown to open with sections for:
* Mathematical operators
* Project factors
* Calculated values
* In calculations, there is error handling for circular references.
* In case the user includes text that is not an integer or a float, the field will display an inline error: "Only numeric values, project factors, calculated values and mathematical operators are allowed"
* Order of operations: Automatic application of the mathematical rule where multiplication and division are performed before addition and subtraction, unless parentheses dictate otherwise ##50086
* Factor list is added to the available as a project attribute
* The project attribute can be displayed
* A factor list has these details:
* Name
* Formula
* For all projects
* The formulas can include the following attributes from that project:
* Integer
* Float
* Project factors (project attribute factor lists)
* Mathematical operators: +, -, \*, /, /, ( and )
* Other calculated values
* In order to trigger the selection of the attributes in the field, the user can use the command "/" as implemented in the Automatically generated subjects.
* The command triggers a dropdown to open with sections for:
* Mathematical operators
* Project factors
* Calculated values
* In calculations, there is error handling for circular references.
* In case the user includes text that is not an integer or a float, the field will display an inline error: "Only numeric values, project factors, calculated values and mathematical operators are allowed"
* Order of operations: Automatic application of the mathematical rule where multiplication and division are performed before addition and subtraction, unless parentheses dictate otherwise