summaryrefslogtreecommitdiff
path: root/lib/Multi/RG.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-30 11:25:06 +0200
committerYorhel <git@yorhel.nl>2020-03-30 11:25:08 +0200
commitab2fadc4a7e18eb904948b51f47e5d738c35c53e (patch)
treecbd41c3d15968af8096c00ba997079bf2f50f1ce /lib/Multi/RG.pm
parent97fa5d2a78f715297879381d32fd594d20761fe8 (diff)
Producers::Graph: Experiment with dynamically generating relation graphs
The producers.rgraph column still exists and the old graphs are still being generated - that will be removed if this new approach works out.
Diffstat (limited to 'lib/Multi/RG.pm')
-rw-r--r--lib/Multi/RG.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Multi/RG.pm b/lib/Multi/RG.pm
index 0a6039a3..57722c9c 100644
--- a/lib/Multi/RG.pm
+++ b/lib/Multi/RG.pm
@@ -3,6 +3,11 @@
# Multi::RG - Relation graph generator
#
+# XXX: The producer graphs generated here are not used at the moment, that's
+# now done on demand in VNWeb::Producers::Graph. If that's successful, the same
+# approach will be applied to VN graphs and this module can be removed
+# entirely.
+
package Multi::RG;
use strict;