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:
parent
ef6f74cd81
commit
7d93215a7c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ To Do:
|
|||
* 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.
|
||||
* 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
|
||||
machine on which electron is launched for logging to work and PCP collector agents installed
|
||||
|
|
Reference in a new issue