Browse Source

fix various verbiage

starred-projects
Trent Larson 8 months ago
parent
commit
e0fcb1f67b
  1. 6
      CONTRIBUTING.md
  2. 13
      README.md
  3. 4
      project.task.yaml
  4. 6
      src/views/ClaimView.vue
  5. 2
      src/views/ContactAmountsView.vue
  6. 6
      src/views/ContactsView.vue
  7. 5
      src/views/HelpView.vue

6
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).

13
README.md

@ -51,18 +51,11 @@ npm run lint
### Register new user on test server ### Register new user on test server
On the test server, User #0 has rights to register others, so you can start On the test server, User #0 has rights to register others, so you can start
playing one of two ways: playing by importing that user and registering others. Import the keys for the test User
`did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F` by importing this seed phrase:
- 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` `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).) (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.
### Create multiple identifiers ### Create multiple identifiers
Under the "Your Identity" screen, click "Advanced", click "Switch Identity / No Identity", then "Add Another Identity...". Under the "Your Identity" screen, click "Advanced", click "Switch Identity / No Identity", then "Add Another Identity...".
@ -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. - 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` `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).) (Other test users are found [here](https://github.com/trentlarson/endorser-ch/blob/master/test/util.js).)

4
project.task.yaml

@ -5,8 +5,12 @@ tasks:
- deploy & migrate (prod) - deploy & migrate (prod)
- update docs - 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 - 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 - 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 - "send them to this page" on ClaimView should be a link for installed app
- show VC details... somehow: - show VC details... somehow:

6
src/views/ClaimView.vue

@ -20,10 +20,12 @@
<div class="h-32 bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4"> <div class="h-32 bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4">
<div class="block flex gap-4 overflow-hidden"> <div class="block flex gap-4 overflow-hidden">
<div class="overflow-hidden"> <div class="overflow-hidden">
<h2 class="text-md font-bold">{{ veriClaim.id }}</h2> <h2 class="text-md font-bold">
{{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }}
</h2>
<div class="text-sm"> <div class="text-sm">
<div> <div>
{{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }} {{ veriClaim.id }}
</div> </div>
<div> <div>
<fa icon="message" class="fa-fw text-slate-400"></fa> <fa icon="message" class="fa-fw text-slate-400"></fa>

2
src/views/ContactAmountsView.vue

@ -16,7 +16,7 @@
</h1> </h1>
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4"> <h1 id="ViewHeading" class="text-4xl text-center font-light pt-4">
Given with {{ contact?.name }} Transferred with {{ contact?.name }}
</h1> </h1>
</div> </div>

6
src/views/ContactsView.vue

@ -73,9 +73,7 @@
}} }}
</button> </button>
<br /> <br />
(Only hours shown) (Only most recent hours included)
<br />
(Only recent shown)
</div> </div>
</div> </div>
@ -952,7 +950,7 @@ export default class ContactsView extends Vue {
group: "alert", group: "alert",
type: "danger", type: "danger",
title: "Input Error", title: "Input Error",
text: "Giving no hours or descrption does nothing.", text: "Giving no hours or description does nothing.",
}, },
-1, -1,
); );

5
src/views/HelpView.vue

@ -64,8 +64,9 @@
register others; later, you can create projects, too. register others; later, you can create projects, too.
</p> </p>
<p> <p>
Note that there are limits to how many others each person can register, Note that there are rate limits to how many others you can register,
so you may have to wait. 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.
</p> </p>
<h2 class="text-xl font-semibold">How do I add someone else?</h2> <h2 class="text-xl font-semibold">How do I add someone else?</h2>

Loading…
Cancel
Save