From 8d2dd6357a9ebf057c0590719b89c3b7e7633a95 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 9 Feb 2024 09:08:26 -0700 Subject: [PATCH] update readme --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c4f732b..adc09e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # TimeSafari.app - Crowd-Funder for Time - PWA -## Project setup +[Time Safari](https://timesafari.org/) allows people to ease into collaboration: start with expressions of gratitude +and expand to crowd-fund with time & money, then record and see the impact of contributions. + +## Roadmap + +See [project.task.yaml](project.task.yaml) for current priorities. +(Numbers at the beginning of lines are estimated hours. See [taskyaml.org](https://taskyaml.org/) for details.) + +## Setup We have pkgx.dev set up in package.json, so you can use `dev` to set up the dev environment. @@ -108,20 +116,6 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib - Offer, deliver a give, and confirm. Create a third user and test connections. - Switch to "no identifier" to see that things look OK without any ID. - - -## Scenarios - -- 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 #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).) - -- Go to "Your Contacts" screen and add the ID you copied to the clipboard, and hit "+" to add them. - -- Click on the "Registration Unknown" button and register that person to be able to make claims as them. - ### Clear/Reset data & restart * Clear cache for site. (In Chrome, go to `chrome://settings/cookies` and "all site data and permissions"; in Firefox, go to `about:preferences` and search for "cache" then "Manage Data", and also manually remove the IndexedDB data if the DBs still show.)