Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trashpoints have lost some information in new release #342

Open
kadry55 opened this issue Jul 24, 2018 · 7 comments
Open

Trashpoints have lost some information in new release #342

kadry55 opened this issue Jul 24, 2018 · 7 comments
Labels

Comments

@kadry55
Copy link

kadry55 commented Jul 24, 2018

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 kadry55 added the bug label Jul 24, 2018
@lynxlynxlynx
Copy link
Collaborator

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).

@kadry55
Copy link
Author

kadry55 commented Jul 24, 2018

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?

@lynxlynxlynx
Copy link
Collaborator

No, the amount was handful from the start.

@kadry55
Copy link
Author

kadry55 commented Jul 24, 2018

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

@lynxlynxlynx
Copy link
Collaborator

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

@kadry55
Copy link
Author

kadry55 commented Aug 13, 2018

Examples of missing amounts:
img_7625
img_7626

@kadry55
Copy link
Author

kadry55 commented Aug 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants