mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Testing Guide
parent
9fd38d3ed2
commit
c0312f0615
1 changed files with 21 additions and 23 deletions
|
@ -294,24 +294,26 @@ 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] |
|
||||
|--------------------------------------------------------------|--------|-------------------------|-------------------|
|
||||
| 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:**<br>
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue