merge with master
commit
53be9498af
|
@ -149,7 +149,7 @@ wars.route('/:id')
|
|||
err.status = codes.notfound;
|
||||
return next(err);
|
||||
}
|
||||
PlayerModel.find({warId: item._id}, (err, items) => {
|
||||
PlayerModel.find({warId: item._id}, {}, {sort: {kill: 'desc'}}, (err, items) => {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "opt-cc",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@angular/platform-browser-dynamic": "^4.3.2",
|
||||
"@angular/router": "^4.3.2",
|
||||
"@swimlane/ngx-charts": "^6.0.1",
|
||||
"angular2-datatable": "^0.6.0",
|
||||
"@swimlane/ngx-datatable": "^10.2.3",
|
||||
"bootstrap": "^3.3.7",
|
||||
"core-js": "^2.4.1",
|
||||
"d3": "^4.10.0",
|
||||
|
|
|
@ -19,14 +19,6 @@ export const appRoutes: Routes = [
|
|||
path: RouteConfig.statsPath,
|
||||
loadChildren: './statistic/stats.module#StatsModule'
|
||||
},
|
||||
{
|
||||
path: RouteConfig.loginPath,
|
||||
component: LoginComponent
|
||||
},
|
||||
{
|
||||
path: RouteConfig.signUpPath,
|
||||
component: SignupComponent
|
||||
},
|
||||
{
|
||||
path: RouteConfig.request,
|
||||
loadChildren: './request/request.module#RequestModule'
|
||||
|
@ -56,6 +48,14 @@ export const appRoutes: Routes = [
|
|||
loadChildren: './admin/admin.module#AdminModule',
|
||||
canActivate: [LoginGuardAdmin]
|
||||
},
|
||||
{
|
||||
path: RouteConfig.loginPath,
|
||||
component: LoginComponent
|
||||
},
|
||||
{
|
||||
path: RouteConfig.signUpPath,
|
||||
component: SignupComponent
|
||||
},
|
||||
|
||||
/** Redirect Configuration **/
|
||||
{
|
||||
|
@ -70,6 +70,6 @@ export const appRoutes: Routes = [
|
|||
|
||||
export const appRouting = RouterModule.forRoot(appRoutes);
|
||||
|
||||
export const routingComponents = [LoginComponent, SignupComponent, ...armyRoutingComponents, NotFoundComponent];
|
||||
export const routingComponents = [...armyRoutingComponents, LoginComponent, SignupComponent, NotFoundComponent];
|
||||
|
||||
export const routingProviders = [LoginGuardSQL, LoginGuardHL, LoginGuardMT, LoginGuardAdmin];
|
||||
export const routingProviders = [LoginGuardHL, LoginGuardAdmin];
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
bottom: 20px;
|
||||
width: 100%;
|
||||
padding-left: 50px;
|
||||
padding-top: 190px;
|
||||
margin-left: 10px;
|
||||
|
|
|
@ -3,15 +3,15 @@ import {CommonModule} from "@angular/common";
|
|||
import {SharedModule} from "../shared.module";
|
||||
import {statsRouterModule, statsRoutingComponents} from "./stats.routing";
|
||||
import {WarService} from "../services/war-service/war.service";
|
||||
import {DataTableModule} from "angular2-datatable";
|
||||
import {LineChartModule, PieChartModule} from "@swimlane/ngx-charts";
|
||||
import {AccordionModule, CarouselModule} from "ngx-bootstrap";
|
||||
import {CampaignService} from "../services/campaign-service/campaign.service";
|
||||
import {NgxDatatableModule} from "@swimlane/ngx-datatable";
|
||||
|
||||
@NgModule({
|
||||
declarations: statsRoutingComponents,
|
||||
imports: [CommonModule, SharedModule, statsRouterModule, LineChartModule, PieChartModule,
|
||||
AccordionModule.forRoot(), CarouselModule.forRoot(), DataTableModule],
|
||||
AccordionModule.forRoot(), CarouselModule.forRoot(), NgxDatatableModule],
|
||||
providers: [WarService, CampaignService]
|
||||
})
|
||||
export class StatsModule {
|
||||
|
|
|
@ -11,31 +11,8 @@
|
|||
height: 100vh;
|
||||
}
|
||||
|
||||
:host /deep/ mfDefaultSorter > a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.table {
|
||||
overflow-wrap: break-word;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.scoreboard-table-container {
|
||||
min-width: 920px;
|
||||
max-width: 920px;
|
||||
}
|
||||
|
||||
.table-container {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.table-head {
|
||||
background: #222222;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.cell-outline {
|
||||
outline: 1px solid #D4D4D4;
|
||||
.player-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-opfor {
|
||||
|
@ -46,3 +23,37 @@
|
|||
color: blue;
|
||||
}
|
||||
|
||||
/* ########### DATATABLE ########### */
|
||||
|
||||
:host /deep/ .datatable-header {
|
||||
background: #222222;
|
||||
font-weight: 700;
|
||||
border-radius: 10px 10px 0 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
:host /deep/ span.datatable-header-cell-label, :host /deep/ div.datatable-body-cell-label {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
:host /deep/ .ngx-datatable .datatable-header {
|
||||
/*vertical center alignment*/
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
:host /deep/ .ngx-datatable .datatable-body .datatable-body-row > div {
|
||||
/*vertical alignment*/
|
||||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
:host /deep/ .datatable-body-row {
|
||||
color: #222222;
|
||||
border-bottom: 1px solid grey;
|
||||
}
|
||||
|
||||
:host /deep/ .datatable-body-row:hover {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
|
|
|
@ -50,68 +50,32 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pull-left">
|
||||
<div class="table-container scoreboard-table-container">
|
||||
<table class="table table-hover" [mfData]="players" #mf="mfDataTable" [(mfSortBy)]="sortBy"
|
||||
[(mfSortOrder)]="sortOrder">
|
||||
<thead>
|
||||
<tr class="table-head">
|
||||
<th class="col-sm-2" style="border-radius: 10px 0 0 0;">
|
||||
<mfDefaultSorter by="name">Spieler</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="fraction">Fraktion</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="kill">Kills</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="friendlyFire">FriendlyFire</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="revive">Revive</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="flagTouch">Eroberung</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1">
|
||||
<mfDefaultSorter by="death">Tod</mfDefaultSorter>
|
||||
</th>
|
||||
<th class="col-sm-1" style="border-radius: 0 10px 0 0;">
|
||||
<mfDefaultSorter by="respawn">Respawn</mfDefaultSorter>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody *ngFor="let player of mf.data">
|
||||
<tr class="cell-outline">
|
||||
<td style="font-weight: bold" [ngClass]="player.fraction === 'BLUFOR' ? 'text-blufor' : 'text-opfor'">
|
||||
{{player.name}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.fraction === 'BLUFOR' ? 'NATO' : 'CSAT'}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.kill}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.friendlyFire}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.revive}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.flagTouch}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.death}}
|
||||
</td>
|
||||
<td>
|
||||
{{player.respawn}}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<ngx-datatable
|
||||
[rows]="rows"
|
||||
[reorderable]="reorderable"
|
||||
[sorts]="[{prop: 'kill', dir: 'desc'}]"
|
||||
[messages]="{emptyMessage: 'Loading...'}"
|
||||
[headerHeight]="cellHeight"
|
||||
[rowHeight]="cellHeight"
|
||||
[cssClasses]='customClasses'>
|
||||
<ngx-datatable-column name="Spieler" prop="name" [width]="210" style="padding-left:10px">
|
||||
<ng-template ngx-datatable-cell-template let-row="row" let-value="value">
|
||||
<span class="player-name" [ngClass]="row['fraction'] === 'BLUFOR' ? 'text-blufor' : 'text-opfor'">
|
||||
{{value}}
|
||||
</span>
|
||||
</ng-template>
|
||||
</ngx-datatable-column>
|
||||
<ngx-datatable-column name="Fraktion" prop="fraction" [width]="100">
|
||||
<ng-template ngx-datatable-cell-template let-value="value">
|
||||
{{value === 'BLUFOR' ? 'NATO' : 'CSAT'}}
|
||||
</ng-template>
|
||||
</ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="90" name="Kills" prop="kill"></ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="110" name="FriendlyFire" prop="friendlyFire"></ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="100" name="Revive" prop="revive"></ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="100" name="Eroberung" prop="flagTouch"></ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="100" name="Tod" prop="death"></ngx-datatable-column>
|
||||
<ngx-datatable-column [width]="100" name="Respawn" prop="respawn"></ngx-datatable-column>
|
||||
</ngx-datatable>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import {Component} from "@angular/core";
|
||||
import {ActivatedRoute} from "@angular/router";
|
||||
import {WarService} from "../../services/war-service/war.service";
|
||||
import {Player, War} from "../../models/model-interfaces";
|
||||
import {War} from "../../models/model-interfaces";
|
||||
|
||||
|
||||
@Component({
|
||||
|
@ -13,16 +13,21 @@ export class WarDetailComponent {
|
|||
|
||||
war: War = {players: []};
|
||||
|
||||
players: Player[] = [];
|
||||
|
||||
fractionRadioSelect: string;
|
||||
|
||||
sortBy = "kill";
|
||||
|
||||
sortOrder = "desc";
|
||||
|
||||
playerChart: any[] = [];
|
||||
|
||||
cellHeight = 40;
|
||||
|
||||
rows = [];
|
||||
|
||||
reorderable: boolean = false;
|
||||
|
||||
customClasses = {
|
||||
sortAscending: 'glyphicon glyphicon-triangle-top',
|
||||
sortDescending: 'glyphicon glyphicon-triangle-bottom',
|
||||
};
|
||||
|
||||
constructor(private route: ActivatedRoute,
|
||||
private warService: WarService) {
|
||||
Object.assign(this, this.playerChart)
|
||||
|
@ -35,7 +40,7 @@ export class WarDetailComponent {
|
|||
.flatMap(id => this.warService.getWar(id))
|
||||
.subscribe(war => {
|
||||
this.war = war;
|
||||
this.players = war.players;
|
||||
this.rows = war.players;
|
||||
this.playerChart = [
|
||||
{
|
||||
"name": "CSAT",
|
||||
|
@ -51,11 +56,11 @@ export class WarDetailComponent {
|
|||
|
||||
filterPlayersByFraction(fraction: string) {
|
||||
if (fraction) {
|
||||
this.players = this.war.players.filter((player) => {
|
||||
this.rows = this.war.players.filter((player) => {
|
||||
return player.fraction === fraction;
|
||||
})
|
||||
} else {
|
||||
this.players = this.war.players;
|
||||
this.rows = this.war.players;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
:host /deep/ .card-header {
|
||||
background-color: #222222;
|
||||
background-color: rgba(34, 34, 34, 0.80);
|
||||
cursor: pointer;
|
||||
padding: 15px;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in New Issue