vapor-ware / netbox-virtual-circuit-plugin

A plugin for NetBox that supports Virtual Circuit management
GNU General Public License v3.0
57 stars 19 forks source link

Add `Deleted` status #26

Closed hoanhan101 closed 4 years ago

hoanhan101 commented 4 years ago

Sometimes a customer might want to delete a Virtual Circuit but we don't want to delete it immediately in our database yet. What we can do instead is to mark it Deleted and manually delete it later.

marcoceppi commented 4 years ago

I think either deleted or removed as a status would work. Alternatively, since "deleted" is just having the record removed, we could move from pending deletion to pending deactivation and deactivated as statuses which might better represent what's happening same with provisioning / de-provisioning / deprovisioned