$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Current »

This describes the status on the master branch, which may not reflect what is deployed on any particular sandbox or in production.

Note on rendered_body

The web front end's JavaScript code attempt to prevent Markdown from rendering anything that is inside a MathJax block (see customwmd.coffee). Additional complexity is added by its attempts to prevent MathJax from rendering anything inside a Markdown code block. Thus, when rendering the string "`foo $bar$ baz`", the backticks are treated as Markdown code delimiters and the dollar signs are not treated specially, while when rendering the string "$foo `bar` baz$", the dollar signs are treated as MathJax delimiters and the backticks are not treated specially. Because math formula rendering is out of scope for Q4 anyway, the current implementation of the rendered_body field (for both threads and comments) does not attempt to prevent MathJax blocks from being rendered by Markdown. Thus, the body "$foo *bar* baz$" will become a rendered_body value of "<p>$foo <em>bar</em> baz$</p>".

Additionally, there are differences between the JavaScript and Python implementations of Markdown. For example, the Python implementation correctly renders in-word emphasis (such as "un*friggin*believable", while the JavaScript implementation leaves the asterisks.

/api/discussion/v1/courses/{course_id}/

Partially complete

The following fields are missing from the response:

  • following_thread_list_url (in code review)

/api/discussion/v1/course_topics/{course_id}/

Complete

/api/discussion/v1/threads/

GET

Partially complete

The following query parameters are not respected:

  • view (in progress)
  • order_by (in progress)
  • order_direction (in progress)

The following fields are missing from the response:

  • has_endorsed (in progress)
  • read (in progress)

POST

Partially complete

The following fields are not respected:

  • group_id (in progress)
  • pinned (in progress)
  • closed (in progress)

The same fields as for GET above are missing from the response.

/api/discussion/v1/threads/{thread_id}/

GET

Deferred to SPIKE post July

PATCH

Partially Complete

The following fields are not respected:

  • group_id (in progress)
  • pinned (in progress)
  • closed (in progress)

 

 

The same fields as for GET on the list endpoint above are missing from the response.

DELETE

Complete

/api/discussion/v1/comments/

GET

Complete

POST

Complete

/api/discussion/v1/comments/{comment_id}/

GET

Deferred to SPIKE post July

PATCH

Complete

DELETE

Complete

  • No labels