Needs work
Project:
VisualN
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2017 at 12:42 UTC
Updated:
16 Dec 2017 at 19:05 UTC
Jump to comment: Most recent
Data Generators can be used for demonstration purposes to show how certain drawers work. Technically they perform a subset of tasks that Data Providers do but are easier in implementation and always provide data in one standard format so they don't need to provide explicit info on output type and interface to obtain data.
@todo: remove RandomDataProvider plugin, currently serves as an example of a provider that uses a route with a controller to provide data
Comments
Comment #3
kpv commentedAdded
VisualNDataGeneratorplugin type andGeneratedDataProviderprovider plugin that allows to use a data generator to create drawings. SoRandomDataProviderplugin can be replaced by a set of data generators.