godfriedmeesters / scraper

As part of DiffScraper, one or more bots can be deployed. Ready-to-use bots are provided that can extract offers from mobile applications, mobile websites and desktop websites.
GNU General Public License v3.0
2 stars 0 forks source link

Store item order #2

Closed bkrumnow closed 3 years ago

bkrumnow commented 3 years ago

Currently, we have low confidence in which order items are shown within a view. We need to add this to our data collection process

godfriedmeesters commented 3 years ago

Do you have a counterexample where ordering in screenshot is different from the JSON?

bkrumnow commented 3 years ago

No, I don't, because I am not going to check screenshots on a large scale. However, let's assume we collect all this data and find out that this is something later. No one of us would that! This point should be addressable with not more than a few lines of code. All we need is a numbering of items in the database.

godfriedmeesters commented 3 years ago

Added index to every offer

bkrumnow commented 3 years ago

This looks good! The only thing that does not, is that we have only one flight in the dataset instead of 4 However this is a different problem. So, let's create something new.