Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
91f4a0ce
Commit
91f4a0ce
authored
Mar 02, 2014
by
Daniel W Bond
Browse files
an analytics page
parent
0f1b6616
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/compare/templates/analytics.html
0 → 100644
View file @
91f4a0ce
{% extends 'layouts/base.html' %}
{% block title %}
Analytics | YourSchool Advisor
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1>
Analytics
</h1>
<p
class=
"lead"
>
Some information we've discovered from our users.
</p>
</div>
</div>
</div>
<div
class=
"row well"
>
<legend>
Popularity
</legend>
<p>
Most popular classes
</p>
<p>
Most popular program
</p>
<p>
Most popular department
</p>
<p>
Popularity over time
</p>
<p>
Percentage BS majors | Percentage BA majors
</p>
<p>
Percentage with minors
</p>
<p>
Most popular program combinations
</p>
</div>
Our users versus overall official school statistics.
<div
class=
"row well"
>
<legend>
You vs. Your Peers
</legend>
<div
class=
"col-md-6"
>
<h3>
In your year
</h3>
<!-- Similar information as above -->
</div>
<div
class=
"col-md-6"
>
<h3>
With Your Same Major
</h3>
<!-- Similar information as above -->
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment