feature: user details are individually exported; shared export field renderer

This commit is contained in:
Gary Sharp
2025-02-26 13:23:24 +11:00
parent 539503133a
commit a9687b5f25
65 changed files with 1559 additions and 2743 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Disco.Models.Exporting
where O : IExportOptions
where R : IExportRecord
{
public List<string> IgnoreShortNames { get; } = new List<string>();
public List<string> IgnoreGroupNames { get; } = new List<string>();
public O Options { get; set; }
public ExportMetadata(O options)