feat(editor): check resource availability while editing#8589
Open
ChristophWurst wants to merge 4 commits into
Open
feat(editor): check resource availability while editing#8589ChristophWurst wants to merge 4 commits into
ChristophWurst wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ChristophWurst
force-pushed
the
feat/resource-availability-check
branch
2 times, most recently
from
July 13, 2026 16:17
66e8024 to
ef573a6
Compare
checkResourceAvailability() assigned participationStatus to the options array instead of the option element, and no consumer reads this property. Drop the assignment. Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
Predict the booking outcome of pending rooms/resources with a debounced free busy request while the event is being edited, instead of only finding out after saving. Pending resources now show "Checking availability" and then "Still available" or "Already booked". The server-side check on save remains authoritative. Resources that already accepted are not probed again because their own reservation would show up as busy (VFREEBUSY carries no UIDs), and recurring events are only probed for the edited occurrence. Fixes #7772 Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
ChristophWurst
force-pushed
the
feat/resource-availability-check
branch
from
July 24, 2026 07:43
ef573a6 to
510fc09
Compare
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
ChristophWurst
marked this pull request as ready for review
July 24, 2026 08:42
ChristophWurst
requested review from
GVodyanov,
SebastianKrupinski and
tcitworld
as code owners
July 24, 2026 08:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #8588 to automatically check availability of a selected room.
Full change log
Closes #7772
How to test
🤖 AI (if applicable)