Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
199f94aa
Commit
199f94aa
authored
Jun 19, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Conform to new TODO standards
parent
ef6630d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
cms/djangoapps/contentstore/views.py
+1
-1
doc/code_standards.txt
+3
-0
No files found.
cms/djangoapps/contentstore/views.py
View file @
199f94aa
...
...
@@ -4,7 +4,7 @@ from django.contrib.auth.decorators import login_required
def
index
(
request
):
#
FIXME
(cpennington): These need to be read in from the active user
#
TODO
(cpennington): These need to be read in from the active user
org
=
'mit.edu'
course
=
'6002xs12'
course
=
keystore
()
.
get_item
([
'i4x'
,
org
,
course
,
'Course'
,
None
])
...
...
doc/code_standards.txt
View file @
199f94aa
...
...
@@ -83,3 +83,6 @@ no hard standards.
* When impossible, it should live in the github repo.
* Discussion should live on github, Basecamp or Pivotal, depending on
context.
* Notes for later fixes should in general be put into Pivotal as stories.
If they are left in the code, they should be prefixed by
# TODO (<name>)
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