datasette / datasette/datasette-plot
Better `Date` support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, only columns that are named "date" are parsed as dates before passing along to Plot. We should have some UI option to say "treat this column as a date". Maybe require YYYY-MM-DD formats, or whatever can be passed into new Date()?
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 logic that parses columns named "date" before passing data to Plot, then trace how UI options are defined. Clarify the date formats and the intended column-selection behavior; done means a user can mark a column as a date and that column is parsed before reaching Plot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100