Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Feature/quick fixes after ga release #523

Merged
merged 5 commits into from
Nov 4, 2015

Conversation

vikasrohit
Copy link
Contributor

SUP-2410, Fix ordering of sub-tracks on profile and dashboard
-- Ordered the subtract stats by descending order of mostRecentSubmission date for the track/subtrack
-- Copilot stats would always be the first one, if available.

SUP-2387, Dealing with stats for design and non-rated sub-tracks
-- Showed the statistics tab for non rated tracks (design specifically)

@parthshah @nlitwin @tladendo fyi

vikasrohit added 4 commits November 3, 2015 10:31
-- Showed the statistics tab for non rated tracks (design specifically)
* dev:
  fixed dashboard links
  Fixed spacing on design cards
-- Ordered the subtract stats by descending order of mostRecentSubmission date for the track/subtrack
-- Copilot stats would always be the first one, if available.
if (vm.track !== 'DESIGN') {
vm.tabs.push('statistics');
}
vm.tabs.push('statistics');
Copy link
Contributor

Choose a reason for hiding this comment

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

vm.tabs can be defined & initialized in the same line.

@parthshah
Copy link
Contributor

@vikasrohit thanks for cleaning this up. Had a few minor comments. Also, do we have any tests for this?

@vikasrohit
Copy link
Contributor Author

I think there exist few tests for subtrack controller. But there are none for subtrack-stats. I would start writing them for missing ones. But should I write it down before getting it merged into dev?

@parthshah
Copy link
Contributor

Okay, thanks for clarifying. I'll create a task for unit tests. Merging.

parthshah added a commit that referenced this pull request Nov 4, 2015
…a-release

Feature/quick fixes after ga release
@parthshah parthshah merged commit a84d71c into dev Nov 4, 2015
@vikasrohit vikasrohit deleted the feature/quick-fixes-after-ga-release branch November 16, 2015 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants