Forum Discussion

GabrielleHalle's avatar
GabrielleHalle
Qrew Member
5 years ago

Dynamic Rating System

I would like to create a dynamic rating system to assign to projects that can fluctuate or change based on new information.  So far, I have either been able to create a general rating system using the "Numeric - Rating (0-5)" option or just a simple numeric text field.  Either one does not solve what I'm looking for. 

In the case of 20 projects which are assigned 1-20 in priority (1 being the most important)  I would like to be able to introduce a new project and assign it an 8 which pushes all other projects currently listed as 8-20 dynamically to 9-21 without having to manual edit each project's priority field.  

Does anyone have any ideas or tips as to where I might find a solution?

------------------------------
Gabrielle
------------------------------

1 Reply

  • I suggest you use the structure of the FMEA (Failure Mode and Effects Analysis) as a reference. The FMEA is a tool used to assess risk and the risk is determined by the product of three categories with rankings of 1 to 10 (1 being very low to 10 being very high using standard tables with definitions for each rank value), severity (how bad the effect of a failure is), occurrence (how often a failure may occur) and detection (how likely we are to detect a failure before it leaves our site).

    For example, if a failure mode has a severity of 5, an occurrence of 3, and a detection of 8 then the relative RPN (Risk Priority Number) is the product of those three rankings; i.e. 5 x 3 x 8 = 120 RPN. This objective value allows for classification of lists by associated risk.

    Now back to your use case, you have selected an 8 for a new project for a reason. Leverage that reason, the project launch date, and perhaps an additional category of importance to create rankings and automatically assign priority by the product of those rankings.

    For example,

    Date ranking (DR): New = 10, Greater than 90 days = 5, greater than 180 days = 1
    Timing ranking (TR): Late = 10, behind schedule = 5, on time = 1
    Cost ranking (CR): Over budget = 10, meeting budget = 5, under budget = 1

    Then when you select the raking of each category for a project it will be automatically prioritized for you using a formula filed to calculate the product of the rankings; call it a PPN (Project Priority Number) or something that has meaning to your organization. Sort the list of projects in descending order by PPN and your highest priority projects move to the top and your lowest priority projects move to the bottom.

    So for project X,

    DR x TR x CR = PPN


    Based on the needs of your organization you may choose to add categories or scale the ranking to make a category more significant; i.e. instead of 1 to 10 say 1 to 100.

    I hope this helps.


    ------------------------------
    Adam Keever
    ------------------------------