fix visibility after adding contact, and some messaging

This commit is contained in:
2024-01-15 12:06:33 -07:00
parent 6ab4c40fd0
commit 32c9076c39
6 changed files with 20 additions and 11 deletions

View File

@@ -72,12 +72,14 @@ For your own web-push tests, change the push server URL in Advanced settings on
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.
### Manual walk-through
### Manual walk-through test
- Clear the browser cache for localhost for a new user.
- See that it's using the test API.
- Clear the browser data. (See "Reset" below.) Make sure that it's using the test API.
- On each page, verify the messaging.
- On the home page, see the feed without names, and see a message prompting to generate an ID.
- On the home page:
- Check that it generated an ID.
- Check the feed without names.
- Copy the contact URL.
- 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.
@@ -91,6 +93,7 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib
- On the contacts page, check that they cannot register someone else yet.
- Walk through the functions on each page.
- Test the mobile view.
- Test export & import.