AnthonyWhitakerJr / WFReliquary

Companion app for Warframe game. Allows users to anticipate results of fissure missions.
1 stars 1 forks source link

Reduce filtering in Rewards Controller #26

Closed AnthonyWhitakerJr closed 8 years ago

AnthonyWhitakerJr commented 8 years ago

Refactor Rewards controller & RewardUtils to take advantage of Core Data.

For instance, we can remove almost all of the filtering we do to find rewards as they are now a property on each relic.

AnthonyWhitakerJr commented 8 years ago

I am sure there is a way to have this table populate directly from Core Data without having to pass go in the controller. Not sure how to do that yet.

AnthonyWhitakerJr commented 8 years ago

Based on the way the drop odds on rewards are being set, the current implementation may be the best way of doing things.