Refactor set_tell_positions logic with updated rules.
Revised the set_tell_positions endpoint to handle updated business rules for puck positioning. Improved event handling to ensure proper nullification, updates, and removal of tell_positions based on the provided payload. Enhanced query performance and normalized puck name processing for consistency.
This commit is contained in:
parent
3bda94980a
commit
ae20d6112a
@ -67,4 +67,6 @@ release:
|
||||
- rm -rf python-client || true
|
||||
- bash make_openapi_client.sh # Generate OpenAPI client and package
|
||||
- ls backend/python-client/dist/ # Debug artifacts to ensure files exist
|
||||
- pip install --upgrade build setuptools wheel twine
|
||||
- twine check backend/python-client/dist/*
|
||||
- twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi backend/python-client/dist/*
|
Loading…
x
Reference in New Issue
Block a user