rlguarino / lifeinvader

A social network for people with lives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add isVisiable field to the User model

rlguarino opened this issue · comments

Add a isVisible field to the User model so when we delete a user, all we need to do is set isVisible to false, rather than true.

Completed in 69e89ed