python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

Tutorial: Bug in create change detection tutorial

Open Hagellach37 opened this issue 4 years ago • 0 comments

so I'm looking at the CD tutorial, and adding the missing bits of code so that it works again. There are some weird "bugs" in the tutorial data on firebase. For instance, the status was "tutorial" instead of the name of the tutorial like it is now on built area. Right now, I'm looking at the pagination code, which decides which page it is on, based on taskX . In built area, the taskX values are "continuous", so 100, 101, 102, 103, etc.. which allows to compare the calculated value based on progress through the screens with the values in firebase. On the CD tuto, the values are even values only, 100, 102, 104, 106, so that comparison does not work. Is this supposed to be like this, or did you change something in the backend code that was not reflected for CD?

Hagellach37 avatar Jun 22 '20 17:06 Hagellach37