Skip to content

Commit

Permalink
Remove Notes field from TestIn
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Nov 13, 2024
1 parent 6badf25 commit 8455036
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ class TestIn(BaseModel):
time_started: datetime.datetime
time_elapsed_milliseconds: int # or timedelta, if desired...
device_info: str
# Optional field for potential msgs like "participant timed out" (added by frontend/client) or
# "could not find study" (added by backend/server) or any other such.
# (So the server - this codebase - should append to this field, not replace it.)
notes: Union[str, None] = None
result: Union[
list[VisualPairedAssociatesResult],
list[ChoiceReactionTimeResult],
Expand Down

0 comments on commit 8455036

Please sign in to comment.