From 7d93215a7c5be0fca2e7899454dff70c58295fda Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 20 Feb 2017 22:55:56 -0500 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64d6fcb..2e494da 100644 --- a/README.md +++ b/README.md @@ -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