mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add future work notes
This commit is contained in:
@@ -17,6 +17,10 @@ namespace SabreTools.DatFiles
|
||||
/// <summary>
|
||||
/// Item dictionary with statistics, bucketing, and sorting
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO: Make this into a database model instead of just an in-memory object
|
||||
/// This will help handle extremely large sets
|
||||
/// </remarks>
|
||||
[JsonObject("items"), XmlRoot("items")]
|
||||
public class ItemDictionary : IDictionary<string, ConcurrentList<DatItem>>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user