Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Decision Support Toolbox Description

Decision Support Toolbox Description · Changes

Page history
Update Decision Support Toolbox Description authored May 14, 2020 by Christos Lamprakos's avatar Christos Lamprakos
Hide whitespace changes
Inline Side-by-side
Decision-Support-Toolbox-Description.md
View page @ b98e1742
[placeholder] ## LUT Structure
\ No newline at end of file The LUT is implemented via a dockerized [PostgreSQL][PSQL] database, consisting of a single table, which is for convenience visualized below. As per standard database etiquette, the top row denotes the names of the columns of which the LUT is comprised. Each individual cell on the second row contains essential information that is needed in order to properly interact with the database.
|name |im1 |im2 |im3 |
|-------|-------|-------|-------|
|**string** type. This corresponds to the name of the proposed code refactoring. All names are acceptable, as long as they don't already exist in the LUT.|**int** type. The expected impact that the refactoring will have on **Energy**. The only acceptable values are -2, -1, 0, 1, 2. | **int** type. Expected impact on **Technical Debt**. Same value space as **im1** | Expected impact on **Security**. Same rules as for **im1**, **im2**. |
Below a mapping of the impact values to their actual lexicographical meanings is provided. Integers were preferred for the actual API in order to avoid trivial problems such as typos.
|value |meaning |
|-------|---------------|
|-2 |Greatly Worsen |
|-1 |Worsen |
|0 |No Impact |
|1 |Improve |
|2 |Greatly Improve |
[PSQL]: <https://www.postgresql.org/>
\ No newline at end of file
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages