()
| 204 | } |
| 205 | |
| 206 | refreshData () { |
| 207 | me.fetch({ cache: false }) |
| 208 | this.members.fetch({ cache: false }) |
| 209 | this.memberAchievements.fetch({ cache: false }) |
| 210 | return this.memberSessions.fetch({ cache: false }) |
| 211 | } |
| 212 | |
| 213 | sortMembers (highestUserLevelCountMap, userConceptsMap) { |
| 214 | // Progress sort precedence: most completed concepts, most started concepts, most levels, name sort |
no test coverage detected