shift-org / shift-org/shift-docs
Add API version to front end requests to events endpoint via FullCalendar
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 25
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
#748 added the Api-Version header to some events endpoint requests, but not from the grid views (i.e. FullCalendar).
Looks like to add custom headers there, we have to tweak how we're making the request to use a function: https://github.com/fullcalendar/fullcalendar/issues/4627
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 FullCalendar grid-view requests for the events endpoint and compare them with the requests changed in issue #748. Review FullCalendar's custom request-function guidance, then verify that grid-view events requests include the Api-Version header; done when those requests match the other events requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100