scoreboard icon indicating copy to clipboard operation
scoreboard copied to clipboard

Encouraging OpenStreetMap mappers with badges, graphs & stats! ✨🕹

Results 100 scoreboard issues
Sort by recently updated
recently updated
newest added

I moved some of the code for the TM service to https://github.com/developmentseed/overtask. We can use it as the underlying library for the tm service and move the tests to the...

enhancement

Should we have terms of service? Related to https://github.com/developmentseed/scoreboard/issues/312

question

It's saying that 6m of waterway mapping is 90% of the way to the badge, where 6m + 49km is 100%. ![image](https://user-images.githubusercontent.com/45/52447694-56494d80-2ae6-11e9-8288-df69dfcf7f6f.png) ![image](https://user-images.githubusercontent.com/45/52447687-4df11280-2ae6-11e9-8f70-978e7abbf61b.png)

bug

So instead of /users/123456, the URL should be /users/TheirUserName

enhancement

getAuthenticatedUser makes a call to getUser. This means that anytime we check for isLoggedIn, it will grab all the stats. We should separate the two.

Instead of a separate package.json command "users", populate_users.js should be either run as a seed command or folded into the scoreboard binary.

enhancement

I think the scoreboard binary should be able to do everything that we can do on the admin but through the `cli`

enhancement

If the user is already an admin, running the CLI causes assignment of incorrect role IDs

bug

Right now when we log in we're always redirected to '/' But if I log in from, say, '/admin/badges' I would rather be redirected back to that page that I...

Seeds should be idempotent. Right now if we run the seeds on a database that contains existing roles (added by the UI), it will erase them. We should make sure...

bug