Update Testing Guide

Kevin Morris 2021-10-24 05:33:37 +00:00
parent 9fd38d3ed2
commit c0312f0615

@ -293,25 +293,27 @@ Below, we provide a table of routes that we are really looking for UX
testing on, and people wishing to contribute with UX testers should testing on, and people wishing to contribute with UX testers should
stay up to date with it: stay up to date with it:
| Route | Status | Description | Account type | | Route | Status | Description | Account type |
|--------------------------------------------------------------|--------------|-------------------------|-------------------| |--------------------------------------------------------------|--------|-------------------------|-------------------|
| https://localhost:8444/ | Incomplete | Homepage | User | | https://localhost:8444/ | #138 | Homepage | User |
| https://localhost:8444/register | Incomplete | Account Registration | | | https://localhost:8444/register | #155 | Account Registration | |
| https://localhost:8444/login | Incomplete | User Login | User | | https://localhost:8444/login | #139 | User Login | User |
| https://localhost:8444/logout | Incomplete | User Logout | User | | https://localhost:8444/logout | #140 | User Logout | User |
| https://localhost:8444/passreset ([Notes](#passreset-notes)) | Incomplete | User Password Reset | Logged out User | | https://localhost:8444/passreset ([Notes](#passreset-notes)) | #156 | User Password Reset | Logged out User |
| https://localhost:8444/account/{username} | Incomplete | Account View | User | | https://localhost:8444/account/{username} | #141 | Account View | User |
| https://localhost:8444/account/{username}/edit | Incomplete | Account Edit | User | | https://localhost:8444/account/{username}/edit | #142 | Account Edit | User |
| https://localhost:8444/accounts | Incomplete | Account Search | Trusted User | | https://localhost:8444/accounts | #143 | Account Search | Trusted User |
| https://localhost:8444/packages | Incomplete | Package Search | User | | https://localhost:8444/packages | #144 | Package Search | User |
| https://localhost:8444/(pkgbase\|packages)/{name} | Incomplete | Comment testing | User | | https://localhost:8444/packages | #145 | Package Search actions | User |
| https://localhost:8444/packages/{name} | Incomplete | Package View | User | | https://localhost:8444/(pkgbase\|packages)/{name} | #146 | Comment testing | User |
| https://localhost:8444/pkgbase/{name} | Incomplete | Package Base View | User | | https://localhost:8444/packages/{name} | #147 | Package View | User |
| https://localhost:8444/pkgbase/{name}/comaintainers | Incomplete | Comaintainer Edit | Maintainer | | https://localhost:8444/packages/{name} | #148 | Package Base actions | User / TU[D] |
| https://localhost:8444/pkgbase/{name}/flag | Incomplete | Package Flagging | User | | https://localhost:8444/pkgbase/{name} | #149 | Package Base View | User |
| https://localhost:8444/pkgbase/{name}/request | Incomplete | Package Request Create | User | | https://localhost:8444/pkgbase/{name}/comaintainers | #150 | Comaintainer Edit | Maintainer |
| https://localhost:8444/requests | Incomplete | Package Requests | User / TU[D] | | https://localhost:8444/pkgbase/{name}/flag | #151 | Package Flagging | User |
| https://localhost:8444/requests/{id}/close | Incomplete | Package Request Closure | Requester / TU[D] | | https://localhost:8444/pkgbase/{name}/request | #152 | Package Request Create | User |
| https://localhost:8444/requests | #153 | Package Requests | User / TU[D] |
| https://localhost:8444/requests/{id}/close | #154 | Package Request Closure | Requester / TU[D] |
**Status Legend:**<br> **Status Legend:**<br>
- Incomplete: Needs testing. - Incomplete: Needs testing.
@ -339,10 +341,6 @@ your tree for testing a development branch:
## Once you've got the devel branch tree, restart `fastapi`: ## Once you've got the devel branch tree, restart `fastapi`:
$ docker-compose restart fastapi $ docker-compose restart fastapi
| Branch | Git Fork | Route | Description |
|-----------------------|------------------------------------------|-------------|---------------------------|
| `pu_packages_actions` | https://gitlab.archlinux.org/kevr/aurweb | `/packages` | Package search actions |
###### passreset Notes ###### passreset Notes
Currently, external mail notifications are not enabled within Docker. Currently, external mail notifications are not enabled within Docker.