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 1 #102

Closed publicqi closed 1 year ago

publicqi commented 1 year ago

Overview

This PR is a breakdown of #85.

In this PR, a field isHidden is added into User entity.

For deployment, we need to either reset the database, or we need to insert a column ALTER TABLE users ADD COLUMN is_hidden BOOLEAN DEFAULT false NOT NULL;

Screenshots (Optional)

Feedback Request (Optional)

Future Possibilities (Optional)

Validation (Optional)

Tests

Linked Issues

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