ARLO Nester
Classes | Functions
workspace.poetrytagging.views.classifyTag Namespace Reference

Classes

class  ClassifyTagForm
 

Functions

def classifyTag (request, projectId, tagSetId, tagIndex)
 Classify a Tag from the specified TagSet. More...
 
def getNullTagClassification (tagExample, user)
 
def tagClassificationFromFormData (data, tagExample, user)
 

Function Documentation

def workspace.poetrytagging.views.classifyTag.classifyTag (   request,
  projectId,
  tagSetId,
  tagIndex 
)

Classify a Tag from the specified TagSet.

Parameters
requestThe Django HTTP request object.
projectIdThe Database Id of the selected Project.
tagSetIdThe Database Id of the selected TagSet.
tagIndexThe index, starting from 0, of the Tag(Example) to classify. Tags from the TagSet are ordered by id.
Returns
Django HTTP response object.
def workspace.poetrytagging.views.classifyTag.getNullTagClassification (   tagExample,
  user 
)
def workspace.poetrytagging.views.classifyTag.tagClassificationFromFormData (   data,
  tagExample,
  user 
)