From fed1ec6397589722f1f5ab9737253572be6c5fba Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 26 Mar 2023 20:33:36 -0600 Subject: [PATCH] update tasks for latest give/confirm work --- project.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/project.yaml b/project.yaml index c42c3d2..8da70d7 100644 --- a/project.yaml +++ b/project.yaml @@ -12,20 +12,18 @@ - replace user-affecting console.logs with error messages (eg. catches) - contacts v1 : - - test confirmed vs unconfirmed amounts - - allow to confirm received gives + - .1 change "confirmed" flag to "amountConfirmed" on gives - .2 warn about amounts when you cannot see them - - remove 'copy' until it works - - switch to prod server - - 01 show gives with confirmations + - .1 remove 'copy' until it works + - .5 switch to prod server - .5 Add page to show seed. - 01 Provide a way to import the non-sensitive data. - 01 Provide way to share your contact info. - .2 move all "identity" references to temporary account access - - get 'copy' to work on account page + - .5 make deploy for give-only features + - .5 get 'copy' to work on account page - contacts v+ : - - .2 confirmed direction is wrong on ContactAmounts screen - .5 make advanced "show/hide amounts" button into a nice UI toggle - .2 show error to user when adding a duplicate contact - parse input more robustly (with CSV lib and not commas)