DirectReport.models.note package

Submodules

DirectReport.models.note.note module

class DirectReport.models.note.note.Note(uuid, associated_entry_uuid, note)[source]

Bases: object

to_dict()[source]

Convert the Entry object to a dictionary.

Returns:

The Entry object as a dictionary.

Return type:

dict

DirectReport.models.note.note_builder module

class DirectReport.models.note.note_builder.NoteBuilder[source]

Bases: object

static add_new_note(note_text, associated_id)[source]

Adds a new daily ID.

Returns:

The newly created daily ID.

static get_notes(associated_id)[source]

TODO

Module contents