[Feature Request] Remove X Side Id from resolve function.
Open
Nobody has claimed this yet.
type: enhancement
- Dominant language
- C
- Stars
- 2
- Forks
- 3
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 3
Description
Preamble
Currently, we do not ask the Ayon server to resolve the full path but explicitly ask the server to only give us rootless paths.
With this, we don't need to send the side ID and can save a few more bytes over the network.
Implementation
remove the ayon side id from the Resolve Calls
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the resolve calls in the C++ API wrapper and inspect how the Ayon side ID is currently passed. Remove that argument while preserving the existing rootless-path resolution behavior; verify the affected resolve requests still work as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100