Commit Graph

4 Commits

Author SHA1 Message Date
63da81daa8 update 1
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-27 22:30:50 +02:00
11342e92cf data: define Allianz export structure for csv files
* data need to be transfered as a csv-file attachment via email
* each row takes a semicolon separeted list of string fields
* this structure is defined as rust 'struct CSVExport'
* the struct CSVExport will reference to its child stuctures.

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-22 14:15:22 +02:00
81fbd7ec08 frontend: data: update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-19 17:44:47 +02:00
e69e4c082c frontend: data: definition of the used strutures within the frontend
* structure 'PolicyCheck': used in policycheck_view
  The widget offering users to test for validity of a given 'policy_code'.
* structure 'PolicyList': used in policylist_view
  imported lists of policy data collections
* structure 'PolicyData': used in policydata_view
  PolicyData is a structure of 'PolicyElemnts'.
  The latter will store the basic datatype elements (field: 'policy_code'),
  as a dynamic growable vector.

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-19 17:44:47 +02:00