Hybris95 / UEX-Trader

Simple Python GUI to interact with UEX-Corp for Buying/Selling goods
MIT License
5 stars 0 forks source link

[Feature] Filter out specific commodities_prices if they are outdated #106

Open Hybris95 opened 1 week ago

Hybris95 commented 1 week ago

Define from a field what is the limit of outdated commodities (if none, use maximum int value) Then use this field as a filter for each commodity_price (using "date_modified" field from commodity_price).

Hybris95 commented 2 days ago

Remove sorting by outdated values and replace by a optional filters instead :