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
145367b2
Commit
145367b2
authored
Mar 02, 2014
by
Daniel W Bond
Browse files
skeletal work on compare
parent
c26e981a
Changes
2
Show whitespace changes
Inline
Side-by-side
advisor/compare/templates/analytics.html
View file @
145367b2
...
...
@@ -16,13 +16,15 @@ Analytics | YourSchool Advisor
</div>
<div
class=
"row well"
>
<p>
Our users versus overall official school statistics.
</p>
<legend>
Popularity
</legend>
<p>
Most popular classes
</p>
<p>
Most popular program
</p>
<p>
Most popular department
</p>
<p>
Popularity over time
</p>
<!--
<p>Popularity over time</p>
-->
<p>
Percentage BS majors | Percentage BA majors
</p>
<p>
Percentage with minors
</p>
...
...
@@ -30,8 +32,6 @@ Analytics | YourSchool Advisor
</div>
Our users versus overall official school statistics.
<div
class=
"row well"
>
<legend>
You vs. Your Peers
</legend>
...
...
advisor/compare/utils.py
0 → 100644
View file @
145367b2
# from compare.html
def
longestTrajectory
():
return
True
def
highLevelCourses
():
return
True
def
lightestCourseload
():
return
True
def
commonClasses
():
return
True
def
extraCourses
():
return
True
# from analytics.html
def
mostPopularCourses
():
return
True
def
mostPopularPrograms
():
return
True
def
mostPopularDepartment
():
return
True
def
BAvBS
():
return
True
def
hasMinors
():
return
True
def
mostPopularCombinations
():
return
True
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