adhocracy_core.sheets.comment module

Comment sheet.

interface IComment[source]

Extends: adhocracy_core.interfaces.ISheet, adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarker

Marker interface for the comment sheet.

interface ICommentable[source]

Extends: adhocracy_core.interfaces.ISheet, adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarker

Marker interface for resources that can be commented upon.

interface CommentRefersToReference[source]

Extends: adhocracy_core.interfaces.SheetToSheet

Reference from comment version to the commented-on item version.

class CommentSchema(*arg, **kw)[source]

Bases: adhocracy_core.schema.MappingSchema

Comment sheet data structure.

content: Text

class CommentableSchema(*arg, **kw)[source]

Bases: adhocracy_core.schema.MappingSchema

Commentable sheet data structure.

post_pool: Pool to post new adhocracy_sample.resource.IComment.

includeme(config)[source]

Register sheets.