clauderic / clauderic/react-infinite-calendar
Option to show week number?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4k
- Forks
- 398
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I had a look at the API and couldn't see an option to show week numbers. I would love to use this component but most of our customers in Europe require the week number of the year (from 1 to 53), using a standard ISO calculation (https://en.wikipedia.org/wiki/ISO_week_date).
Should I create a Pull Request to add the extra column?
Thanks,
Bren
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
Start by reviewing the component API and the calendar rendering entry point to determine how an optional week-number column would be exposed. Use the ISO week-date definition in the issue to verify displayed values from 1 to 53, and confirm that the existing calendar remains unchanged when the option is not enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100