RSC: pin_versions should return created, active, and size columns
Open
Nobody has claimed this yet.
be:rsc
- Dominant language
- Python
- Stars
- 59
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/rstudio/pins-r/pull/623
Here is what it looks like on R pins (note that metadata is pulled from the bundle):
Here is what it looks like in python pins:
from dotenv import load_dotenv
load_dotenv()
from pins import board_rsconnect
board = board_rsconnect("https://colorado.rstudio.com/rsc")
board.pin_versions("michael.chow/mtcars3")
Contributor guide
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
Start at the Python board_rsconnect pin_versions() entry point and compare its current result with the R pins example and the Python output shown here. Done means pin_versions returns created, active, and size columns, with the metadata pulled from the bundle as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100