From 2a7799d4c255a7e429211c06ae31387e18408837 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 24 Oct 2021 06:26:09 +0000 Subject: [PATCH] Update Testing Guide --- Testing-Guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Testing-Guide.md b/Testing-Guide.md index d4e8c25..9fb1b24 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -386,6 +386,9 @@ stay up to date with it: | 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] | +| https://localhost:8444/tu | Incomplete | Trusted User page | Trusted User | +| https://localhost:8444/tu/{id} | Incomplete | Trusted User Proposal | Trusted User | +| https://localhost:8444/addvote | Incomplete | Trusted User Proposal Create | Trusted User | **Status Legend:**
- Incomplete: Needs testing.