In /admin page, add the link to "Manage testers" (/admin/testers), and show only if the environment is testing or development.
In the manage testers page itself, provide a UI where the user can easily view all testers, with the option to delete them (using the respective tRPC procedure to perform the deletion). The user should also be able to add an osu! user ID (with the respective tRPC procedure).
Depends on #67.
In
/admin
page, add the link to "Manage testers" (/admin/testers
), and show only if the environment istesting
ordevelopment
.In the manage testers page itself, provide a UI where the user can easily view all testers, with the option to delete them (using the respective tRPC procedure to perform the deletion). The user should also be able to add an osu! user ID (with the respective tRPC procedure).