ucsb-cs156-m23 / proj-happycows-m23-10am-4

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-4/
0 stars 1 forks source link

Hide user backend (NEW) part 3 #104

Closed publicqi closed 1 year ago

publicqi commented 1 year ago

Overview

This PR is a breakdown of #85. It also contains #103.

In this PR, we added controllers to /api/admin/user/hide and /api/admin/user/unhide, which sets the user with userId to hidden.

Linked Issues

This PR relates to #84, but this PR solely does not close it.