Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make user modding history public #3080

Merged
merged 46 commits into from
Apr 26, 2018

Conversation

notbakaneko
Copy link
Collaborator

@notbakaneko notbakaneko commented Apr 25, 2018

fixes #2675

  • is terrible 🔥
  • moves the user modding history stuff to /users/{user}/modding Adds user-specific modding history stuff to /users/{user}/modding
  • adds a little icon next to the username in discussion posts that goes to the user's modding history
  • the views, styles, etc. need to be fixed separately

@nanaya
Copy link
Collaborator

nanaya commented Apr 25, 2018

Are we removing global overview ?_? (as in not specific to certain user)

This reverts commit 1e30f29.
@notbakaneko
Copy link
Collaborator Author

I guess not

@notbakaneko notbakaneko force-pushed the feature/public-beatmapset-activities branch from 996fec6 to 776690c Compare April 25, 2018 08:03
@notbakaneko notbakaneko removed the WIP label Apr 25, 2018
<span class="beatmap-discussion-post__user-text u-ellipsis-overflow">{!! link_to_user($post->user) !!}</span>
</div>
</div>
@component('beatmapset_activities._user', ['user' => $post->user])

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@@ -118,7 +118,7 @@
'settings' => 'Opciones',
'logout' => 'Cerrar sesión',
'help' => 'Ayuda',
'beatmapset_activities' => 'actividades del usuario en el beatmap',
'user-modding-history' => 'actividades del usuario en el beatmap', // needs update

This comment was marked as off-topic.

@props.user.username

a
className: "#{bn}__user-modding-history-link"

This comment was marked as off-topic.

This comment was marked as off-topic.

style:
color: userColor

a

This comment was marked as off-topic.

This comment was marked as off-topic.

routes/web.php Outdated
Route::get('users/{user}/posts', 'UsersController@posts')->name('users.posts');

Route::group(['as' => 'users.modding.', 'namespace' => 'Users'], function () {

This comment was marked as off-topic.

</a>
</span>
<div class="beatmapset-activities__user-upvote-list">
<h3>{{ trans('users.beatmapset_activities.votes_received.title_most') }}</h3>

This comment was marked as off-topic.

<span class="beatmap-discussion-post__user-text u-ellipsis-overflow">{{$userVotes->sum('score') > 0 ? '+' : ''}}{{$userVotes->sum('score')}} ({{count($userVotes)}} votes)</span>
</a>
<div class="beatmapset-activities__user-upvote-list">
<h3>{{ trans('users.beatmapset_activities.votes_made.title_most') }}</h3>

This comment was marked as off-topic.

@nanaya nanaya merged commit 2d2d98c into ppy:master Apr 26, 2018
@notbakaneko notbakaneko deleted the feature/public-beatmapset-activities branch April 27, 2018 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"beatmapset activities" page should be visible for Beatmap Nominators
3 participants