axodotdev / axodotdev/axoasset

support receiving a batch of asset paths

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
28
Forks
6
PR merge metrics
No merged PRs in 30d

Description

currently the API receives a single origin_path for an asset and fetches it. we should also introduce an API that can receive multiple origin_paths at once, be it a path to a dir, a vector, etc. it's not clear to me if we should pick one way (an iter?) or support multiple ways, of doing this, but in general this logic would not add a ton of complexity/maintenance burden (which is also why it seems ok to leave it up to the user to iterate through assets...)

Contributor guide

Open the contributing guide

Research direction

Start with the existing API that accepts one origin_path and trace its asset-fetching path. Decide which batch input shape to support, such as an iterator, directory path, or vector, then verify that multiple asset paths can be received and fetched without adding unnecessary maintenance burden.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.