From 92af0d57f291d50a12762f9dcb1a6ae72bb28db2 Mon Sep 17 00:00:00 2001 From: mgroves Date: Tue, 2 Nov 2010 14:37:42 -0400 Subject: [PATCH] updated the readme and other documentation some --- README | 5 ++++- assets/UInotes.txt | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README b/README index be89bf9..5b85eed 100644 --- a/README +++ b/README @@ -19,4 +19,7 @@ Notes I originally used db4o for the persistence of this app, but since the Mono version of db4o seems to be a bit behind, and it also seems a little silly to run a conversion of a conversion on top of another conversion, so I just switched it over to using Sqlite, since it's not that complex of a -domain anyway. \ No newline at end of file +domain anyway. + +To get stock quotes, I'm using a Yahoo API coupled with the FileHelpers library +(since the Yahoo API outputs a CSV) \ No newline at end of file diff --git a/assets/UInotes.txt b/assets/UInotes.txt index 3daed6b..6737c0b 100644 --- a/assets/UInotes.txt +++ b/assets/UInotes.txt @@ -1,3 +1,5 @@ +Tasks: + - add a portfolio - delete a portfolio - select a portfolio @@ -10,12 +12,20 @@ main view --------- add portfolio button clickable list of portfolios -long hold portfolio to get menu: delete option +click portfolio to go to single portfolio view +long hold portfolio to get options: +-delete -click a portfolio +single portfolio view ----------------- add ticker button refresh button list of: ticker, price, gain/loss, time -long hold ticker to get menu: edit & delete options \ No newline at end of file +long hold ticker to get options: +-edit +-delete + +there should be a config somewhere: +----------------------------------- +to configure which columns are shown in the single portfolio view \ No newline at end of file