streetcomplete / sc-statistics-service

Statistics generation service for StreetComplete
GNU General Public License v3.0
10 stars 4 forks source link

add solved count and ranks for current and last week #14

Closed lukashass closed 2 years ago

lukashass commented 3 years ago

Part of https://github.com/streetcomplete/StreetComplete/issues/2946

Adds following statistics:

This is currently quite copy-paste heavy which I don't really like but templating in the SQL wouldn't be particularly pretty either.

Off-topic

Moves procedure creation to a separate script for easier setup.

matkoniecz commented 2 years ago

@lukashass Are you planning to complete/update it?

lukashass commented 2 years ago

@matkoniecz I don't have that much time ATM. Feel free to continue this :+1:

westnordost commented 2 years ago

Superceded by https://github.com/streetcomplete/sc-statistics-service/pull/24 - too many merge conflicts (and open issues) on this one to base the work on it.