Add details page for uploaded reports with navigation and merging functionality

This commit is contained in:
2025-09-13 04:46:11 +01:00
parent 2e02bedfb7
commit b5b6889df8
3 changed files with 702 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ namespace Aaru.Server.Database.Models;
public class UploadedReportDetails
{
public UploadedReport Report { get; set; }
public UploadedReport? Report { get; set; }
public List<int> SameAll { get; set; }
public List<int> SameButManufacturer { get; set; }
public List<int> ReportAll { get; set; }