From 5c547783a7240dbe663896f95056abda52599119 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 11 Feb 2024 07:14:16 -0700 Subject: [PATCH] remove unused page; tweak task list --- project.task.yaml | 13 +++++- src/router/index.ts | 8 ---- src/views/ContactsView.vue | 2 +- src/views/NewEditCommitmentView.vue | 67 ----------------------------- 4 files changed, 12 insertions(+), 78 deletions(-) delete mode 100644 src/views/NewEditCommitmentView.vue diff --git a/project.task.yaml b/project.task.yaml index 25a71920..0ecac4a7 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,14 +1,20 @@ tasks : +- 02 error passing control of a project to another user + - 08 notifications for feed - make them reliable : - leverage different messaging platform? +- .5 fix timeSafari.org cert renewals +- .2 anchor hash into BTC + +- 01 bookmarks for BVC + - 24 compelling UI for credential presentations - 24 compelling UI for statistics (eg. World?) -- .5 fix timeSafari.org cert renewals -- .2 anchor hash into BTC +- .5 stop from seeing an error on the first page when browser doesn't support service workers (which I've seen on iPhone; visible in Firefox private window) - .2 add links between projects - 32 image on give : - Show a camera to take a picture @@ -19,6 +25,9 @@ tasks : - put the image URL in the claim - Rates - images erased? - image not associated with JWT ULID since that's assigned later + +- 24 make the contact browsing on the front page something that invites more action + - .5 change server plan & project endpoints to use jwtId as identifier rather than rowid - 16 edit offers & gives, or revoke allowing re-creation - .1 When available in the server, give message for 'nonAmountGiven' on offers on ProjectsView page. diff --git a/src/router/index.ts b/src/router/index.ts index a8ec4e5c..0e653ad4 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -136,14 +136,6 @@ const routes: Array = [ /* webpackChunkName: "new-edit-account" */ "../views/NewEditAccountView.vue" ), }, - { - path: "/new-edit-commitment", - name: "new-edit-commitment", - component: () => - import( - /* webpackChunkName: "new-edit-commitment" */ "../views/NewEditCommitmentView.vue" - ), - }, { path: "/new-edit-project", name: "new-edit-project", diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index ae92438c..ed9f19a9 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -13,7 +13,7 @@ @click="showHintsForOnboarding()" class="text-xs uppercase bg-blue-500 text-white px-1.5 py-1 rounded-md ml-1" > - Onboarding Hints + Onboarding Guide diff --git a/src/views/NewEditCommitmentView.vue b/src/views/NewEditCommitmentView.vue deleted file mode 100644 index 44957000..00000000 --- a/src/views/NewEditCommitmentView.vue +++ /dev/null @@ -1,67 +0,0 @@ - - -