From 1bedbe17c04992d6d23367f93dbfd33614d74bd3 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 23 Jan 2023 22:14:46 -0700 Subject: [PATCH] feat: adjust to the new endpoints for editable plan records --- README.md | 4 +- project.yaml | 27 +++++++++++--- src/constants/app.ts | 2 +- src/views/NewEditProjectView.vue | 64 ++++++++++++++++++++------------ src/views/ProjectViewView.vue | 17 ++++----- src/views/ProjectsView.vue | 3 +- 6 files changed, 74 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 0c8c0d1..31291bc 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ New users require registration. This can be done with a claim payload like this }; ``` -On the test server, the user starting 0x000 has rights to register others, so you can start playing one of two ways: +On the test server, User #0 has rights to register others, so you can start playing one of two ways: -- Import the keys for that test User #0 by importing this seed phrase: `seminar accuse mystery assist delay law thing deal image undo guard initial shallow wrestle list fragile borrow velvet tomorrow awake explain test offer control` +- Import the keys for that test User `did:ethr:0x000Ee5654b9742f6Fe18ea970e32b97ee2247B51` by importing this seed phrase: `seminar accuse mystery assist delay law thing deal image undo guard initial shallow wrestle list fragile borrow velvet tomorrow awake explain test offer control` - Register someone else under User #0 on the `/account` page: diff --git a/project.yaml b/project.yaml index a188687..447889d 100644 --- a/project.yaml +++ b/project.yaml @@ -1,18 +1,33 @@ -- top screens from img/screens.pdf : +- top screens from img/screens.pdf milestone:2 : + - new + - make sure to save with plan identifier if it isn't already + - edit + - make sure to save with plan identifier if it isn't already - view all : - also extract plan identifier (instead of claim ID) assignee:trent - search bar isn't highlighted & icon on right doesn't show - no tab bar across bottom - view one - change lookup to pull from new /api/ext/plan with plan identifier assignee:trent - - edit - - make sure to save with plan identifier if it isn't already - - new - - make sure to save with plan identifier if it isn't already + - image blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time -- replace user-affecting console.logs with error messages +- replace user-affecting console.logs with error messages (eg. catches) + +- contacts - commit screen - discover screen + +- backup all data + +- Next Viable Product afterward + +- Connect with phone contacts + +- Multiple identities + +- Peer DID + +- DIDComm diff --git a/src/constants/app.ts b/src/constants/app.ts index 8446a59..719735b 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -5,5 +5,5 @@ export enum AppString { APP_NAME = "Kickstart for time", VERSION = "0.1", DEFAULT_ENDORSER_API_SERVER = "https://test.endorser.ch:8000", - DEFAULT_ENDORSER_VIEW_SERVER = "https://test.endorser.ch", + //DEFAULT_ENDORSER_API_SERVER = "http://localhost:3000", } diff --git a/src/views/NewEditProjectView.vue b/src/views/NewEditProjectView.vue index 47e7188..5299823 100644 --- a/src/views/NewEditProjectView.vue +++ b/src/views/NewEditProjectView.vue @@ -17,6 +17,10 @@ +
+ {{ errorMessage }} +
+