Implement queue-first curation workflow

This commit is contained in:
2026-04-12 00:45:50 +02:00
parent 752593fa62
commit 7843073d13
15 changed files with 1295 additions and 471 deletions

View File

@@ -1,10 +1,3 @@
namespace RolemasterDb.App.Frontend.AppState;
public sealed record TableContextSnapshot(
string? TableSlug = null,
string? GroupKey = null,
string? ColumnKey = null,
string? RollBand = null,
int? RollJump = null,
int? ResultId = null,
TableContextMode? Mode = null);
public sealed record TableContextSnapshot(string? TableSlug = null, string? GroupKey = null, string? ColumnKey = null, string? RollBand = null, int? RollJump = null, int? ResultId = null, TableContextMode? Mode = null, string? QueueScope = null);