Draft: Refactor score computation
How should the folder structure be? A folder per season?
Issue is qps_for_result <= results_for_qps <= compute_score Both qps_for_result and compute_score are season dependant and result_for_qps isn't.
So we would like to put results_for_qps and compute_score in the same season folder but it's not possible.
compute_score and results_for_qps are called by the views.
Edited by Jari Rentsch