Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events that stretch visually across multiple days, instead of being "chopped" up in different visual blocks for each day #175

Open
hipe01mark opened this issue Jun 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hipe01mark
Copy link

Is it possible to implement this in a month view same in week view?
image

@tomosterlund tomosterlund added the enhancement New feature or request label Jun 10, 2023
@tomosterlund
Copy link
Owner

Thanks! For some context: as discussed on Discord, this feature is wanted, but not yet on top of the priority list.

I would summarize the acceptance criteria (limited to month mode on desktop) as following:

1a) An event that spans multiple days, but all within one week, should visually "break out" of its day, and its width be nDays * dayWidth.
1b) For the following days where this previous event "breaks in" from outside, space should be reserved for it, so that it does not collide visually with other events.

2a) An event that spans across 2 or more weeks, should be duplicated as many times as there are weeks after the first week.
2b) For the first week, rule 1b can be applied also here.
2c) For each following week, the duplicated event-elements are displayed from the first day of the week, until the last day of the week or until the end day of the event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants