snarfblam / Prop-manager

Property management and tenant service web application
7 stars 7 forks source link

Units should be able to be deleted in the admin units tab #80

Open clarkwmcd opened 6 years ago

snarfblam commented 6 years ago

I'd say as a general rule, you don't want to delete things. You can mark them inactive or archived and hide them in the UI but retain the record so you don't violate the DB invariants (i.e. every payment and maintenance request belongs to a unit).

clarkwmcd commented 6 years ago

Ok that makes sense