Implement queue-first curation workflow
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user