From bc6e52774cf2c8acba1f46b8eeee33203ce94908 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 1 Jul 2023 07:13:39 -0600 Subject: [PATCH] update tasks --- project.task.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 17801199..22abe2da 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,6 +1,5 @@ tasks: -- allow type annotations in World.js & landmarks.js (since we get this error - "Types are not supported by current JavaScript version") - replace user-affecting console.log & console.error with error messages (eg. catches) - if there's no identity, handle it on pages which expect an identity (eg. project -- look for JSON.parse identity calls) - .1 show an appropriate message when there are no contacts @@ -11,6 +10,9 @@ tasks: - 01 give time to a particular project - use "provider" attribute - give example assignee:trent +- .1 remove commitments from ProjectView UI +- 01 add list of 'give' records for a project on ProjectView UI + - 02 Discover page : - search : - give example assignee:trent @@ -40,10 +42,6 @@ tasks: - Ensure each action sent to the server has a confirmation - registration -- stats v1 : - - 01 show numeric stats - - 01 link to world for specific stats - - Home Feed & Quick Give screen : - 01 save the feed-viewed status in settings storage ("afterQuery") - 01 quick action - send action, maybe choose via canvas tool https://github.com/konvajs/vue-konva @@ -57,10 +55,13 @@ tasks: - 40 notifications : - push +- Discuss whether the remaining tasks are worthwhile before MVP release. + - stats v1 : - - 01 show numeric stats - - 01 link to world for specific stats - - .5 don't load another instance of a bush if it already exists + - 01 show numeric stats + - 01 link to world for specific stats + - .5 don't load another instance of a bush if it already exists + - maybe - allow type annotations in World.js & landmarks.js (since we get this error - "Types are not supported by current JavaScript version") - Do we want split first name & last name? - remove 'about' page