eclipse-score / eclipse-score/communication
Expose SamplePtr age in C++ API
Open
- Dominant language
- C++
- Stars
- 62
- Forks
- 97
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 72
Description
In order to sort Samples by age as was discussed as a necessity in workshop https://github.com/orgs/eclipse-score/discussions/1076 , the C++ API needs to expose the sample's age.
Contributor guide
Research direction
Start by locating the C++ API definition of SamplePtr and read the linked workshop discussion for the expected age semantics. Trace how Samples are represented and exposed, then verify that callers can access age for sorting; the issue is done when the API exposes that value.
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
- 35/100