Data as document: replace snapshot with publish workflow
Mirror the SOA-to-document migration for the data list. Remove data from the snapshot system and add a publish workflow that generates a ProseMirror document for the full organization data inventory. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -296,6 +296,21 @@ type (
|
||||
BestPractice string
|
||||
RiskAssessment string
|
||||
}
|
||||
|
||||
DataListData struct {
|
||||
Title string
|
||||
OrganizationName string
|
||||
CreatedAt time.Time
|
||||
TotalData int
|
||||
Rows []DataListRow
|
||||
}
|
||||
|
||||
DataListRow struct {
|
||||
Name string
|
||||
Classification string
|
||||
Owner string
|
||||
Vendors string
|
||||
}
|
||||
)
|
||||
|
||||
func BoolLabel(v bool) string {
|
||||
|
||||
Reference in New Issue
Block a user