Enhance UI, add AI integration, improve logging and database stats
This commit is contained in:
@@ -19,4 +19,5 @@ public interface ITradeRepository
|
||||
Task<IReadOnlyList<Trade>> GetOrphanedTradesAsync(int limit, CancellationToken ct = default);
|
||||
Task<HashSet<string>> GetKnownPlatformTradeIdsAsync(PlatformType platform, int traderId, IEnumerable<string> platformTradeIds, CancellationToken ct = default);
|
||||
Task UpdateAsync(Trade trade, CancellationToken ct = default);
|
||||
Task<IReadOnlyList<Trade>> GetTradesForContextEnrichmentAsync(int limit, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user