OpenwaterHealth/openlifu-python

Sessions should not allow duplicate target ID

Offen

#134 geöffnet am 16.10.2024

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (16 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (24 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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