World-Cleanup-Day icon indicating copy to clipboard operation
World-Cleanup-Day copied to clipboard

Trashpoints have lost some information in new release

Open kadry55 opened this issue 5 years ago • 7 comments

Users have sent comments about trashpoints that have lost their: a) type b) amount c) photo since the new release. Example: https://app.worldcleanupday.com/trashpoints/1a9c2d3b-b22a-4ecc-86fb-795637cc5616

It seems that not all "old types" are synced with new ones.

kadry55 avatar Jul 24 '18 10:07 kadry55

Only the photo seems to be missing from this example and that shouldn't have been affected by the schema change.

Looking at the database it is true that all the data didn't get migrated and is therefore not displayed (paper, furniture). It's also obvious nobody edited it since it was first reported.

{
  "_id": "1a9c2d3b-b22a-4ecc-86fb-795637cc5616",
  "_rev": "1-d3f8ee5ee4bb330a0dfedbc566d21810",
  "$doctype": "trashpoint",
  "hashtags": [],
  "composition": [
    "plastic",
    "metal",
    "paper",
    "furniture"
  ],
...
}

As for the pics, two were submitted. In the db they're marked as pending and don't exist on azure (BlobNotFound).

lynxlynxlynx avatar Jul 24 '18 10:07 lynxlynxlynx

What about amounts? This might be the most crucial for World Cleanup Day. I got a comment that before the amount was a trucksize and now a handful. I don't have an example url. @lynxlynxlynx Are you able to check the difference from data/code?

kadry55 avatar Jul 24 '18 10:07 kadry55

No, the amount was handful from the start.

lynxlynxlynx avatar Jul 24 '18 10:07 lynxlynxlynx

Amount issue was reported by another admin. I don't have a url of that. Can we do an overall check from data/code?

kadry55 avatar Jul 24 '18 10:07 kadry55

the amount stuff hasn't changed at all, so what would we check against?

lynxlynxlynx avatar Jul 24 '18 12:07 lynxlynxlynx

Examples of missing amounts: img_7625 img_7626

kadry55 avatar Aug 13 '18 11:08 kadry55

Another example. In web app the amount is seen whereas in mobile app not. URL: https://app.worldcleanupday.com/trashpoints/f8a0fccb-d460-4067-9353-37003fbc4484 Screenshot from app: img_1932

kadry55 avatar Aug 22 '18 16:08 kadry55