maproulette / maproulette3

MapRoulette, the micro-tasking tool for OpenStreetMap
https://maproulette.org
MIT License
127 stars 34 forks source link

Show owner name on challenge and project pages #2429

Closed jake-low closed 3 weeks ago

jake-low commented 3 weeks ago

Closes #1899. Owner names are now shown on the challenge pages (next to challenge difficulty and data source date). The name is a clickable link to the user's OSM profile page.

image

I've also added a similar link to the Project pages.

image
codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 29.41176% with 12 lines in your changes missing coverage. Please review.

Project coverage is 23.38%. Comparing base (76c2980) to head (447d784). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/components/HOCs/WithProject/WithProject.js 0.00% 6 Missing and 2 partials :warning:
.../HOCs/WithCurrentChallenge/WithCurrentChallenge.js 20.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2429 +/- ## ========================================== - Coverage 23.39% 23.38% -0.01% ========================================== Files 649 649 Lines 22504 22515 +11 Branches 6912 6900 -12 ========================================== + Hits 5264 5265 +1 - Misses 14417 14425 +8 - Partials 2823 2825 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CollinBeczak commented 3 weeks ago

LGTM