joedski / dag-progress

Calculate user progress for each vertex in an acyclic digraph
1 stars 0 forks source link

Increments is a hack #4

Open joedski opened 8 years ago

joedski commented 8 years ago

Really, the real issue that was being solved by that quick patch was that, where there were before only single steps, there were now two steps each, before and after. Only some of these had that. I think that is outside of the scope of this project.

Rather, the proper solution in that space should have been to actually add two graph nodes per item which has such before and after states both.