ploneintranet.todo.content package

Submodules

ploneintranet.todo.content.content_action module

class ploneintranet.todo.content.content_action.ContentAction(userid, content_uid, verb, created=None, completed=None)

Bases: persistent.Persistent

Definition of a ContentAction object

This is what will be stored for each user with details of actions on content that the user has been tasked with

Variables:
  • userid – (str) The userid this action belongs to
  • content_uid – (str) The UID of the content
  • verb – (str) The verb of the action to be taken
  • created – (datetime) The datetime this action was created
  • completed – (datetime) The datetime this action was completed
latest_date
mark_complete()

Mark this ContentAction as complete

ploneintranet.todo.content.simpletodo module

Module contents