nextcloud / nextcloud/calendar
Reactive calendar grid
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Editing an event in the sidebar doesn't forward the changes to the grid instantly. While developing https://github.com/nextcloud/calendar/pull/3335, I discovered that this can be achieved by adding incrementModificationCount commits to all of the change/set methods in store/calendarObjectInstance.js.
I briefly tested it and it already worked quite well for all non-recurring events. It seems like recurring events need some extra work. Considering that the majority of the code is already in place and working, we should investigate this feature.
A reactive calendar grid would be an awesome feature to have.
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 in store/calendarObjectInstance.js and review the change/set methods that currently lack incrementModificationCount commits. Compare the existing non-recurring behavior with the recurring-event paths, then verify that sidebar edits update the calendar grid instantly for both event types. Done means reactive updates work without requiring a reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100