OpenwaterHealth/openlifu-python

Sessions should not allow duplicate target ID

Open

#134 opened on Oct 16, 2024

 (3 comments) (0 reactions) (1 assignee)Python (16 forks)auto 404
good first issue

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

When listing target IDs in a session, it should not be possible to write duplicate target IDs.

This could be enforced within the Session class somehow, or it could just be enforced at session write time.

Contributor guide