From 154fcd98a5f482646ac25572586d2330c44cb3d6 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 18 Nov 2023 14:13:19 -0700 Subject: [PATCH] doc: refactor registration message & tests --- README.md | 18 ++++++++---------- src/views/AccountViewView.vue | 5 +++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 64c34dd..7c0950d 100644 --- a/README.md +++ b/README.md @@ -60,23 +60,21 @@ For your own web-push tests, change the 'vapid' URL in App.vue, and install apps ### Manual walk-through -- Clear the browser cache for localhost to be a new user. +- Clear the browser cache for localhost for a new user. + - See that it's using the test API. - On each page, verify the messaging. - - On the home page, see message prompting to generate an ID. -- As User #0 in another browser, add a give record. (See User #0 details above.) - - With the new user on the home page, see the feed that shows users without names. -- As the new user on the contacts page, add a contact. - - On the discovery page, check that they can see projects. - - Choose a search area and see items show nearby. + - On the home page, see the feed without names, and see a message prompting to generate an ID. + - On the discovery page, check that they can see projects, and set a search area to see projects nearby. +- As User #0 in another browser on the test API, add a give & a project. (See User #0 details above.) + - With the new user on the home page, see the feed that shows User #0 in network but without the name. +- As the new user on the contacts page, add User #0 as a contact. + - On the home page, see the feed that shows User #0 with a name. - Generate an ID. - On the home page, check that it now prompts them to get registered. - On the account page, check that they see messages on limits. - Register the ID from User #0. - As the new user on the home page, check that they can now record a gift. - Also that they see a hint on the user name in the feed (since user #0 is visible to them). - On the contacts page, check that they cannot register someone else yet. -- As the new user, add User #0 to contacts. - - On the home page, see the name of user #0 info in the feed. - Walk through the functions on each page. diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index a04dae8..7f1fa52 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -186,8 +186,9 @@

You have done {{ limits.doneRegistrationsThisMonth }} registrations - out of {{ limits.maxRegistrationsPerMonth }} for this month. Your - registrations counter resets at + out of {{ limits.maxRegistrationsPerMonth }} for this month. (You can + register nobody on your first day, and after that only one a day in + your first month.) Your registration counter resets at {{ readableTime(limits.nextMonthBeginDateTime) }}