papriwalprateek / kuesuto

Dq Entitize
0 stars 0 forks source link

delete a entity(which is source node) method #13

Closed vinayrajchoudhary closed 10 years ago

vinayrajchoudhary commented 10 years ago

There is no method to delete a source entity like an under_review commit in heapsort if I want to delete... If i just delete it that will not remove it's reference that is there in heapsort's under_review array and hence next time we open heapsort there will be error... so a delete method is to be made that removes all the references to it and then deletes the node.

papriwalprateek commented 10 years ago

15 added a method for deleting source node