The CreatorCon Call for Content is officially open! Get started here.

What does the project score corresponds to?

prisc
Kilo Contributor

Hello,

On the project form in Jakarta version, there is a tab called "Preferences" with the choice"

What does the "Score on project" corresponds to?

Thank you for your help!

7 REPLIES 7

Hi Hugo,



Score is calculated with OOB business rule "Update Score Metrics" on pm_project table.



find_real_file.png



Regards,


Sachin


All of our OOB Score calculations are kept in a Script Includes called ScoreCalculator. We choose which method to execute based on logic in Script Includes ScoreFactory.


If you want to change the score calculation logic - the recommended way is create a new Script Includes and then go to ScoreFactory and register your functions in the factory.


This way you will get way with minimal customization of OOB.


Some precisions :

  • Users are allowed to configure the formula for score calculation. => It means that user can update these fields
  • score = (risk + size + value) / 3;
  • Everithing is managed in Include script "ScoreCalculator" with the following values :

find_real_file.png