osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 39 forks source link

Add user interface to load more issues in personalized user issues list #478

Open Famlam opened 8 months ago

Famlam commented 8 months ago
  1. Visit https://osmose.openstreetmap.fr/nl/byuser/Famlam
  2. See that you can only see the first 100 issues
  3. Visit https://osmose.openstreetmap.fr/nl/byuser/Famlam?limit=1000
  4. Now you can see all 660 issues
  5. Note that the change from step 1 to 3 cannot be done via user interface, but requires knowledge of the query parameters available for URLs

Spin-off from https://github.com/osm-fr/osmose-backend/issues/2044