mgiesen / mgiesen/Cpp-JSON-CSV-Database
Add Support for Float Values in Data Rows
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Problem:
Currently, the JsonCsvDatabase class only supports integer values for data rows. It would be beneficial to add support for float values as well.
Benefits:
- Greater flexibility in data collection
- Better support for numerical analysis
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
Start by locating the JsonCsvDatabase class and reading how integer values are represented and handled in data rows. Trace the existing data-row and CSV paths, then define done as float values being accepted wherever integers are currently supported without breaking existing integer behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100