tactical-retreat / dadguide-flutter

The DadGuide mobile app.
MIT License
0 stars 0 forks source link

Update of reused dungeons #123

Closed ReneRanzinger closed 4 years ago

ReneRanzinger commented 4 years ago

This problem is related to #62 . Skill Leveling Dungeon Godfest gets reused with different encounter configuration. It seems that once a dungeon is added to the database it does not get updated when encounters change.

For example: I downloaded the latest sqlite database dump and tried to find the dungeon that matches the current Godfest Skill leveling dungeon (e.g. Fire 1: Sara, Macha, Dantalion, Ney, Minerava, Shiva). The only dungeon that has Shiva and Dantalion is 3700. But 3700 also has Odin and Cotton.

Seems like a pain but if Skill leveling dungeon get reused it would require repopulating its encounters.

tactical-retreat commented 4 years ago

Hmm I added code to update the encounters but the problem is that the dungeon itself isn't being re-scraped. Will think about how to fix this.

tactical-retreat commented 4 years ago

This is fixed (in the data loader).