Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
insights
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
insights
Commits
ca2814a0
Commit
ca2814a0
authored
Apr 12, 2013
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for minor github markdown formatting issue
Pardon extra commits; hard to see/debug without pushes to github
parent
dcf92ecb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
README.md
+7
-8
No files found.
README.md
View file @
ca2814a0
...
@@ -45,16 +45,16 @@ read replicas of other module's databases.
...
@@ -45,16 +45,16 @@ read replicas of other module's databases.
Note that all of these are optional. A hello world module could be as
Note that all of these are optional. A hello world module could be as
simple as defining a single view:
simple as defining a single view:
@view()
@view()
def hello_world():
def hello_world():
return "
<html>
Hello world!
</html>
"
return "<html>Hello world!</html>"
If you wanted the view to be per-user, you could include a user
If you wanted the view to be per-user, you could include a user
parameter:
parameter:
@view()
@view()
def hello_world(user):
def hello_world(user):
return "
<html>
Hello "+user+"
</html>
"
return "<html>Hello "+user+"</html>"
The views and queries are automatically inspect for parameters, and
The views and queries are automatically inspect for parameters, and
the system will do the right thing. If you would like to have a
the system will do the right thing. If you would like to have a
...
@@ -197,4 +197,4 @@ edX currently has many sources of data:
...
@@ -197,4 +197,4 @@ edX currently has many sources of data:
7.
Anecdotal interactions.
7.
Anecdotal interactions.
We need to be able to aggregate these into useful information for
We need to be able to aggregate these into useful information for
students, instructors, researchers, marketers, etc.
students, instructors, researchers, marketers, etc.
\ No newline at end of file
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