cleanup: make FullCalendar adapter the canonical calendar contract #390
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
src/lib/fullcalendar-adapter.tsand its tests still describe behavior as matching the legacyCalendarView. After the adapter extraction, this should be the canonical calendar rendering contract, not a transitional copy of old component internals.The wording is not just cosmetic: future calendar refactors should know whether to preserve adapter behavior because it is the contract, not because old component code happened to do it.
Solution
Non-goals
Part of #355.