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

Flexibus/#374/user dashboard #567

Merged
merged 10 commits into from
Feb 8, 2018
Merged

Conversation

emanuel-metzenthin
Copy link

@emanuel-metzenthin emanuel-metzenthin commented Feb 8, 2018

Closes #374.

The dashboard is not finished. But it already contains the user's teams. This can be merged before the feature freeze and final presentation.

@ghost ghost added the review label Feb 8, 2018
@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 14:37 Inactive
@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 14:43 Inactive
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.9%) to 97.083% when pulling 43b320d on flexibus/#374/user-dashboard into e165c14 on dev.

@coveralls
Copy link

coveralls commented Feb 8, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 992f3ef on flexibus/#374/user-dashboard into d13fb54 on dev.

@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 14:50 Inactive
Copy link
Member

@JakobEdding JakobEdding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

@@ -111,7 +111,8 @@ de:
edit_profile: "Profil bearbeiten"

dashboard:
title: "Dashboard für %{name}"
title: "Hallo %{name}!"
show_all: "Alle anzeigem"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

@@ -2,3 +2,14 @@
<div class="page-header">
<h1><%= t('dashboard.title', name: @user.first_name) %></h1>
</div>

<% if user_signed_in? and current_user.teams_created_by_user.present? %>
<h4><%= t('teams.index.my_teams')%> <a><%= t('dashboard.show_all')%></a></h4>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

href is missing -> link doesn't work

@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 15:01 Inactive
@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 15:02 Inactive
@tobiasduerschmid tobiasduerschmid temporarily deployed to sport-portal-pr February 8, 2018 15:03 Inactive
@JakobEdding
Copy link
Member

Number of teams shown is not limited to 4 - is that inteded or ok for now? @emanuel-metzenthin @zhamanakov
image

@emanuel-metzenthin
Copy link
Author

Number of teams is ok, as no other sections are implemented yet.

@emanuel-metzenthin emanuel-metzenthin merged commit 6cc8bc9 into dev Feb 8, 2018
@ghost ghost removed the review label Feb 8, 2018
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.

4 participants