From e0fcb1f67b5f9723d114ac820d061db3aa374074 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 12 Jan 2024 20:40:46 -0700 Subject: [PATCH] fix various verbiage --- CONTRIBUTING.md | 6 ++++++ README.md | 17 +++++------------ project.task.yaml | 4 ++++ src/views/ClaimView.vue | 6 ++++-- src/views/ContactAmountsView.vue | 2 +- src/views/ContactsView.vue | 6 ++---- src/views/HelpView.vue | 5 +++-- 7 files changed, 25 insertions(+), 21 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..26c03883 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Contributing + +Welcome! We are happy to have your help with this project. + +Note that all contributions will be under our +[license, modeled after SQLite](https://github.com/trentlarson/endorser-ch/blob/master/LICENSE). diff --git a/README.md b/README.md index cb52d6ad..d536a6f4 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,10 @@ npm run lint ### Register new user on test server On the test server, User #0 has rights to register others, so you can start -playing one of two ways: - -- Import the keys for the test User `did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F` by importing this seed phrase: - `rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` - (Other test users are found [here](https://github.com/trentlarson/endorser-ch/blob/master/test/util.js).) - -- Alternatively, register someone else under User #0 automatically: - - * In the `src/views/AccountViewView.vue` file, uncomment the lines referring to "testServerRegisterUser". - - * Visit the `/account` page. +playing by importing that user and registering others. Import the keys for the test User +`did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F` by importing this seed phrase: +`rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` +(Other test users are found [here](https://github.com/trentlarson/endorser-ch/blob/master/test/util.js).) ### Create multiple identifiers @@ -104,7 +97,7 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib - Create a new identity as prompted. Go to "Your Identity" screen and copy the ID to the clipboard. -- Go back to /start and import test User `did:ethr:0x000Ee5654b9742f6Fe18ea970e32b97ee2247B51` with this this seed phrase: +- Go back to /start and import test User #0 `did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F` with this this seed phrase: `rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` (Other test users are found [here](https://github.com/trentlarson/endorser-ch/blob/master/test/util.js).) diff --git a/project.task.yaml b/project.task.yaml index b1d9e456..c73d6ddf 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -5,8 +5,12 @@ tasks: - deploy & migrate (prod) - update docs +- create an identifier automatically, with a message that they can import a different one +- make give directly on an offer +- make a confirmation directly on a give - check that 'show more contacts' from the contact-give-list on the project screen includes project ID - on ClaimView, the "ask someone" should refer to "visible" IDs, or to confirmations only if confirmations are visible +- give feedback when import is completed - "send them to this page" on ClaimView should be a link for installed app - show VC details... somehow: diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 93f513af..f4a787a9 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -20,10 +20,12 @@
-

{{ veriClaim.id }}

+

+ {{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }} +

- {{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }} + {{ veriClaim.id }}
diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index f9e58e2b..af10412b 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -16,7 +16,7 @@

- Given with {{ contact?.name }} + Transferred with {{ contact?.name }}

diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 300ebf12..22884eb0 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -73,9 +73,7 @@ }}
- (Only hours shown) -
- (Only recent shown) + (Only most recent hours included)
@@ -952,7 +950,7 @@ export default class ContactsView extends Vue { group: "alert", type: "danger", title: "Input Error", - text: "Giving no hours or descrption does nothing.", + text: "Giving no hours or description does nothing.", }, -1, ); diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index ea23754f..ba783617 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -64,8 +64,9 @@ register others; later, you can create projects, too.

- Note that there are limits to how many others each person can register, - so you may have to wait. + Note that there are rate limits to how many others you can register, + so it may take some time to register everyone you want. Take your time... + make it an opportunity to get to know their projects, and show your own.

How do I add someone else?