Is your feature request related to a problem? Please describe.
Users would like a way to view current bundles
Describe the solution you'd like
New Function GetCurrentBundles that returns all current bundles
Describe alternatives you've considered
Users could just view the HB website, but this isn't consumable in programs
Additional context
Bundles currently don't have the concept of "Current", we presently just store all Bundles and check the scraped ones against the DB to see if any are new / updated.
A new "IsCurrent" bool will need to be added that defaults to true and swaps to false when the bundle is no longer coming in on the scrape
Is your feature request related to a problem? Please describe. Users would like a way to view current bundles
Describe the solution you'd like New Function
GetCurrentBundles
that returns all current bundlesDescribe alternatives you've considered Users could just view the HB website, but this isn't consumable in programs
Additional context Bundles currently don't have the concept of "Current", we presently just store all Bundles and check the scraped ones against the DB to see if any are new / updated. A new "IsCurrent" bool will need to be added that defaults to
true
and swaps tofalse
when the bundle is no longer coming in on the scrape