telkins / laravel-dag-manager

A SQL-based Directed Acyclic Graph (DAG) solution for Laravel.
MIT License
32 stars 9 forks source link

Incoming and outgoing edges need to have timestamps generated... #8

Open telkins opened 4 years ago

telkins commented 4 years ago

Timestamps are generated for the direct edge entries, but not for the incoming/outgoing edges. Ideally, they should be generated/set as well.