adhocracy_core.sheets.comment module¶
Comment sheet.
-
interface
IComment[source]¶ Extends:
adhocracy_core.interfaces.ISheet,adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarkerMarker interface for the comment sheet.
-
interface
ICommentable[source]¶ Extends:
adhocracy_core.interfaces.ISheet,adhocracy_core.interfaces.ISheetReferenceAutoUpdateMarkerMarker interface for resources that can be commented upon.
-
interface
CommentRefersToReference[source]¶ Extends:
adhocracy_core.interfaces.SheetToSheetReference from comment version to the commented-on item version.
-
class
CommentSchema(*arg, **kw)[source]¶ Bases:
adhocracy_core.schema.MappingSchemaComment sheet data structure.
content: Text
-
class
CommentableSchema(*arg, **kw)[source]¶ Bases:
adhocracy_core.schema.MappingSchemaCommentable sheet data structure.
post_pool: Pool to post new
adhocracy_sample.resource.IComment.