added TODO for a generic task sorter that sorts based on any kind of resource, instead of having a sorter for each kind of resource.

This commit is contained in:
Pradyumna Kaushik 2017-02-20 22:55:56 -05:00
parent ef6f74cd81
commit 7d93215a7c

View file

@ -17,6 +17,7 @@ To Do:
* Have a centralised logFile that can be filtered by identifier. All electron logs should go into this file. * Have a centralised logFile that can be filtered by identifier. All electron logs should go into this file.
* Make def.Task an interface for further modularization and flexibility. * Make def.Task an interface for further modularization and flexibility.
* Convert def#WattsToConsider(...) to be a receiver of def.Task and change the name of it to Watts(...). * Convert def#WattsToConsider(...) to be a receiver of def.Task and change the name of it to Watts(...).
* Have a generic sorter for task resources instead of having one for each kind of resource.
**Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the **Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the
machine on which electron is launched for logging to work and PCP collector agents installed machine on which electron is launched for logging to work and PCP collector agents installed