OpenLitterMap / OpenLitterMap/openlittermap-web
Uploading photos, number of Littercoins per 100 verified pictures not correct
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 134
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Mentioned before but apparantly doubt if the bugreport is valid or not:
I am a
With each verified picture, the counter goes up with 1, and if you reach 100, you get 1 littercoin.
If a picture is considered to be tagged wrong (in the verification process), the counter goes back to 0.
As i am a 'verified' user, all pictures that i upload, automatically are verified as being correct, so setting the counter back to 0 does not apply anymore.
Situation on 5/5:
verified pictures: 23265
littercoin: 263
(see screenprints)
After that moment, i uploaded and tagged 5292 pictures, which should result in 5292/100=52,92 --> 52 littercoin.
The situation after uploading and tagging these photos:
verified pictures: 28557
littercoin: 298. This should have been 263+52=315.
A difference of 17 littercoin, so some 1700 verified and tagged pictures have not resulted in Littercoin.




Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the uploading, picture-verification, and Littercoin counter flow described in the issue, including how verified-user uploads are counted. Reproduce the reported totals if possible and compare the number of verified pictures with the rewards granted; done means the documented 100-picture reward is applied consistently without resetting valid verified uploads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100