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..4a54171 100644
--- a/project.yaml
+++ b/project.yaml
@@ -1,18 +1,36 @@
-- 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 assignee:trent
+ - feedback to show saving
+ - edit
+ - make sure to save with plan identifier if it isn't already assignee:trent
+ - feedback to show saved
- 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
+ - add spinner
- 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..708027a 100644
--- a/src/views/NewEditProjectView.vue
+++ b/src/views/NewEditProjectView.vue
@@ -10,13 +10,17 @@
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
>
- [New/Edit] Project
+ [New/Edit] Plan
+