feat: Add category performance, update WebUI and OpenRouter integration, fix bugs
This commit is contained in:
@@ -38,7 +38,10 @@ public class Market
|
||||
public string Question { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>Category / tag (e.g. "Politics", "Crypto", "Sports").</summary>
|
||||
public string Category { get; set; } = string.Empty;
|
||||
public MarketCategory Category { get; set; }
|
||||
|
||||
/// <summary>Subcategory (e.g. "Basketball", "Elections", "Bitcoin").</summary>
|
||||
public string Subcategory { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>Current total volume traded.</summary>
|
||||
public decimal Volume { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user