From 0191640f64abf2adf416dbd2fcc6632ff58e8e8f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 26 Aug 2009 00:52:18 +0100 Subject: [PATCH 1/1] Organise TODO list --- yarrg/TODO | 24 ++++++++++++++++++++++-- yarrg/devel-notes | 7 +++++++ yarrg/web/routetrade | 20 -------------------- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/yarrg/TODO b/yarrg/TODO index 62f0a57..af57bf7 100644 --- a/yarrg/TODO +++ b/yarrg/TODO @@ -1,9 +1,16 @@ -features in web/routetrade %doc comment +UPLOADER +-------- fix uploader to work with ceb's desktop and laptop bug report from fivemack +more flexible installation arrangements + + +DATABASE/DICTIONARY MANAGER +--------------------------- + master-info sanitiser (new master-info with distances hints etc. is no good for old clients and clients don't need all that stuff anyway) @@ -13,4 +20,17 @@ yppedia distance hints commodity mass/volume in live database -more flexible installation arrangements +WEBSITE +------- + +display net cash flow + +initial/final stocks feature + +onload thing broken, need proper framework + +use POST for routetrade update + +adjustable potential cost of losses (rather than fixed 1e-BIG per league) + +max volume/mass diff --git a/yarrg/devel-notes b/yarrg/devel-notes index 27335dd..fef5adc 100644 --- a/yarrg/devel-notes +++ b/yarrg/devel-notes @@ -1,3 +1,10 @@ +ceb's example route: + alpha,byrne,papaya,turtle,jorvik,luthien + +example mixed arbitrage/trade + xi,heph + + To remedy bug fixed in 01c14767c024ac56686dbbfcd88d9f3a0b4b1574, did this: diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 07789cf..b394a35 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -32,26 +32,6 @@ This Mason component is the core trade planner for a specific route. -========== TODO ========== -16:36 alpha,byrne,papaya,turtle,jorvik,luthien is my example -xi,heph for mixed arbitrage/trade - -initial/final stocks feature - -display net cash flow - -onload thing broken, need proper framework - -use POST for update. Hrrm. - -LATER OR NOT AT ALL - -adjustable potential cost of losses (rather than fixed 1e-BIG per league) - -max volume/mass - -========== TODO ========== - <%args> $dbh -- 2.30.2