From c0312f0615c17a046d4e3061e545c3f914570dab Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 24 Oct 2021 05:33:37 +0000 Subject: [PATCH] Update Testing Guide --- Testing-Guide.md | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/Testing-Guide.md b/Testing-Guide.md index fb7e49a..d04f5ea 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -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 stay up to date with it: -| Route | Status | Description | Account type | -|--------------------------------------------------------------|--------------|-------------------------|-------------------| -| https://localhost:8444/ | Incomplete | Homepage | User | -| https://localhost:8444/register | Incomplete | Account Registration | | -| https://localhost:8444/login | Incomplete | User Login | User | -| https://localhost:8444/logout | Incomplete | User Logout | User | -| https://localhost:8444/passreset ([Notes](#passreset-notes)) | Incomplete | User Password Reset | Logged out User | -| https://localhost:8444/account/{username} | Incomplete | Account View | User | -| https://localhost:8444/account/{username}/edit | Incomplete | Account Edit | User | -| https://localhost:8444/accounts | Incomplete | Account Search | Trusted User | -| https://localhost:8444/packages | Incomplete | Package Search | User | -| https://localhost:8444/(pkgbase\|packages)/{name} | Incomplete | Comment testing | User | -| https://localhost:8444/packages/{name} | Incomplete | Package View | User | -| https://localhost:8444/pkgbase/{name} | Incomplete | Package Base View | User | -| https://localhost:8444/pkgbase/{name}/comaintainers | Incomplete | Comaintainer Edit | Maintainer | -| https://localhost:8444/pkgbase/{name}/flag | Incomplete | Package Flagging | User | -| https://localhost:8444/pkgbase/{name}/request | Incomplete | Package Request Create | User | -| https://localhost:8444/requests | Incomplete | Package Requests | User / TU[D] | -| https://localhost:8444/requests/{id}/close | Incomplete | Package Request Closure | Requester / TU[D] | +| Route | Status | Description | Account type | +|--------------------------------------------------------------|--------|-------------------------|-------------------| +| https://localhost:8444/ | #138 | Homepage | User | +| https://localhost:8444/register | #155 | Account Registration | | +| https://localhost:8444/login | #139 | User Login | User | +| https://localhost:8444/logout | #140 | User Logout | User | +| https://localhost:8444/passreset ([Notes](#passreset-notes)) | #156 | User Password Reset | Logged out User | +| https://localhost:8444/account/{username} | #141 | Account View | User | +| https://localhost:8444/account/{username}/edit | #142 | Account Edit | User | +| https://localhost:8444/accounts | #143 | Account Search | Trusted User | +| https://localhost:8444/packages | #144 | Package Search | User | +| https://localhost:8444/packages | #145 | Package Search actions | User | +| https://localhost:8444/(pkgbase\|packages)/{name} | #146 | Comment testing | User | +| https://localhost:8444/packages/{name} | #147 | Package View | User | +| https://localhost:8444/packages/{name} | #148 | Package Base actions | User / TU[D] | +| https://localhost:8444/pkgbase/{name} | #149 | Package Base View | User | +| https://localhost:8444/pkgbase/{name}/comaintainers | #150 | Comaintainer Edit | Maintainer | +| https://localhost:8444/pkgbase/{name}/flag | #151 | Package Flagging | User | +| 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:**
- Incomplete: Needs testing. @@ -339,10 +341,6 @@ your tree for testing a development branch: ## Once you've got the devel branch tree, 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 Currently, external mail notifications are not enabled within Docker.