Skip to content

Commit

Permalink
Merge pull request openedx#388 from openedx/bmtcril/pii_annotations
Browse files Browse the repository at this point in the history
docs: Add PII annotations
  • Loading branch information
bmtcril authored Dec 2, 2024
2 parents 20e4e6e + 4ede87d commit 9e381de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_tasks/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class UserTaskStatus(TimeStampedModel):
The methods of this class should generally not be run as part of larger
transactions. If they are, some deadlocks and race conditions become
possible.
.. no_pii:
"""

PENDING = 'Pending'
Expand Down Expand Up @@ -228,6 +230,8 @@ class UserTaskArtifact(TimeStampedModel):
An artifact (or error message) generated for a user by an asynchronous task.
May be a file, a URL, or text stored directly in the database table.
.. no_pii:
"""

uuid = models.UUIDField(default=uuid4, unique=True, editable=False, help_text='Unique ID for use in APIs')
Expand Down

0 comments on commit 9e381de

Please sign in to comment.