Add API to read page content
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 371
- Avg merge
- 26d 1h
- Merged PRs (30d)
- 1
Description
It seems that the card value attribute could only be referenced and is write only.
If I'd like to read from the value (or aux_value) attribute, it returns a reference object instead of a plain value.
You may doubt the necessity of such reverse access.
The possible intent may be:
1. the other separate client needs to read current value from the running card
2. the same client needs to access the aux_value (which is the fixed value set during card creation) to calculate live data, say progress.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating the API definitions for card value and aux_value, then verify how reads are represented; done means both attributes can be read as plain values for the stated client use cases.
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
- Mostly clear
- Newbie friendliness
- 35/100