Added identifier and fetch time product listings; Added persistence to AdafruitShop.

Implemented in AdafruitShop.

AdafruitShop Product listing data now persisted.

AdafruitShop configuration now persisted.
This commit is contained in:
2021-08-09 13:32:16 -05:00
parent 38ffb3c7e1
commit 0b507b90a1
28 changed files with 251 additions and 349 deletions

View File

@@ -11,10 +11,8 @@ namespace Props.Models.Search
public uint Hits { get; set; }
public DateTime LastUpdated { get; set; }
public ProductListing ProductListing { get; set; }
public string ProductUrl { get; set; }
public string ProductName { get; set; }
public string ProductListingIdentifier { get; set; }
}
}