Codeinwp / Codeinwp/visualizer
Make data type row in CSVs optional
A pull request for this has already been merged.
- #1059 by @vytisbulkevicius — merged
- Dominant language
- PHP
- Stars
- 108
- Forks
- 29
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Most data sets (e.g. https://www.quandl.com/api/v3/datasets/WIKI/AAPL.csv) do not provide the data type of the column as it is self-explanatory to humans. But because the plugin requires the data type to be specified, this prevents users from hooking directly into an API or a remote URL that does not provide the data type. We should make such integrations easier.
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
No source files or tests are named in the issue. Review the issue details and closed merged pull request #1059 first, then verify whether CSV imports from URLs without a data-type row are accepted; completion means such integrations work without requiring that row.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100