Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Enrollment table #7

Merged
merged 2 commits into from
Jul 25, 2014
Merged

Enrollment table #7

merged 2 commits into from
Jul 25, 2014

Conversation

clintonb
Copy link
Contributor

This commit adds a table with enrollment values. It is built atop the enrollment-acceptance-tests branch, so review #6 first.

columns: ['date', 'count'],
sorting: ['-date'],
data: jsonData.enrollmentTrends
}).render();
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: Have the other views above use the same pattern

new TrendView({
  model: model,
  el: '#enrollment-trend-view'
}).render();

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll take care of this in the geolocation PR.

@rocha
Copy link
Contributor

rocha commented Jul 25, 2014

A few minor style issues. Let me know if they make sense or not to you before giving thumbs up.

@clintonb
Copy link
Contributor Author

@rocha I'll make all the style changes in the geolocation PR, which should be ready within the hour.

@rocha
Copy link
Contributor

rocha commented Jul 25, 2014

🚀

clintonb added a commit that referenced this pull request Jul 25, 2014
@clintonb clintonb merged commit 55c47b2 into master Jul 25, 2014
@clintonb clintonb deleted the enrollment-table branch July 25, 2014 18:15
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