You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces Poses table and related endpoints udpates (#531)
* Introduced poses and its fk (nullable before migration)
* Created poses schema
* Updated camaras and detections schemas
* Created crud_pose
* Updated crud Init.py
* updated api router and dependencies
* Created endpoints for poses
* updated endpoints detections
* Updated camera endpoints
* Updated conftest
* Added tests for poses
* Updates detections and cameras tests
* Updated client
* Updates db diagram
* update test end to end
* mypy fixes
* fix codacy
* fix mypy
* fix codacy and mypy with more explicit import
* quick fix test client
* revert client updates
* fix typos db diagram docs
* updates patrol_id type from str to int
* updated tests patrol_id str to int
* style
* fix to respect code convention
* wip updates client
* typo
* Specify None
* optional pose id
* resolve merge conflict merging main
* client: add pose_id param optionnal in create_detection
* update client tests
0 commit comments