increment version and add -beta; add to tasks and tests

This commit is contained in:
2024-01-18 21:11:19 -07:00
parent 667e1e8890
commit dd38f76ee1
5 changed files with 21 additions and 10 deletions

View File

@@ -74,14 +74,16 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib
### Manual walk-through test
- Test with a mobile user as well as a desktop user.
- Clear the browser data. (See "Reset" below.) Make sure that it's using the test API.
- On each page, verify the messaging.
- Go to the account page before visiting the home page to see that there is no ID.
- On the home page:
- Check that it generated an ID.
- Check the feed without names.
- Copy the contact URL.
- On each page, verify the messaging, and that they cannot take action.
- On the discovery page, check that they can see projects, and set a search area to see projects nearby.
- Switch to "no identifier" to see that things look OK without any ID.
- On the contacts page, check that they can add User #0 even without their own ID.
- 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.
@@ -92,9 +94,11 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib
- As the new user on the home page, check that they can now record a gift.
- On the contacts page, check that they cannot register someone else yet.
- Walk through the functions on each page.
- Test the notifications.
- Test export & import.
- Set and run notifications.
- Export & import, both seed and contacts & settings.
- Choose location on the search map.
- 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.
- Test the mobile view. (Note that Firefox mobile doesn't always show bottom icons.)