Skip to content

Commit

Permalink
Add league ranks to alliance page
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Mar 31, 2017
1 parent 79624b9 commit c6cc3c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/views/alliance/alliance.xml
Expand Up @@ -30,6 +30,10 @@
<Label text="{{ name }}" textWrap="true" />
<Label text="{{ memberCount + ' members' }}" onTap='loadMemberPage'/>
<Label text="{{ 'Slack: #' + slack_channel }}" visibility="{{ !!slack_channel ? 'visible' : 'collapsed' }}" textWrap="true" onTap='loadSlack'/>
<Label text="{{ 'Alliance GCL Rank: ' + alliance_gcl_rank }}" textWrap="true" />
<Label text="{{ 'Combined GCL Rank: ' + combined_gcl_rank }}" textWrap="true" />
<Label text="{{ 'Spawn Rank: ' + spawns_rank }}" textWrap="true" />
<Label text="{{ 'Members Rank: ' + members_rank }}" textWrap="true" />
</StackLayout>
</ScrollView>
</StackLayout>
Expand Down
4 changes: 2 additions & 2 deletions docs/Roadmap.md
Expand Up @@ -94,14 +94,14 @@ are currently functional, although they may need some design help.
* leave page - kill websockets. ✓


### Alliances
### Alliances

* Listing of Alliances ✓
* Include images from Leage website. ✓

* Alliance Subpage ✓
* Members ✓
* Ranking Data
* Ranking Data


### Alliance Rankings
Expand Down

0 comments on commit c6cc3c8

Please sign in to comment.